org.pentaho.platform.plugin.action.mondrian.catalog
Class MondrianCatalogServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.pentaho.platform.plugin.action.mondrian.catalog.MondrianCatalogServiceException
All Implemented Interfaces:
Serializable

public class MondrianCatalogServiceException
extends RuntimeException

See Also:
Serialized Form

Nested Class Summary
static class MondrianCatalogServiceException.Reason
           
 
Constructor Summary
MondrianCatalogServiceException()
           
MondrianCatalogServiceException(String msg)
           
MondrianCatalogServiceException(String msg, MondrianCatalogServiceException.Reason reason)
           
MondrianCatalogServiceException(String msg, Throwable throwable)
           
MondrianCatalogServiceException(String msg, Throwable throwable, MondrianCatalogServiceException.Reason reason)
           
MondrianCatalogServiceException(Throwable throwable)
           
MondrianCatalogServiceException(Throwable throwable, MondrianCatalogServiceException.Reason reason)
           
 
Method Summary
 MondrianCatalogServiceException.Reason getReason()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MondrianCatalogServiceException

public MondrianCatalogServiceException()

MondrianCatalogServiceException

public MondrianCatalogServiceException(String msg,
                                       Throwable throwable)

MondrianCatalogServiceException

public MondrianCatalogServiceException(String msg,
                                       Throwable throwable,
                                       MondrianCatalogServiceException.Reason reason)

MondrianCatalogServiceException

public MondrianCatalogServiceException(String msg)

MondrianCatalogServiceException

public MondrianCatalogServiceException(String msg,
                                       MondrianCatalogServiceException.Reason reason)

MondrianCatalogServiceException

public MondrianCatalogServiceException(Throwable throwable)

MondrianCatalogServiceException

public MondrianCatalogServiceException(Throwable throwable,
                                       MondrianCatalogServiceException.Reason reason)
Method Detail

getReason

public MondrianCatalogServiceException.Reason getReason()