org.pentaho.reporting.engine.classic.core.modules.misc.configstore.base
Class ConfigStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.reporting.libraries.base.util.StackableException
              extended by org.pentaho.reporting.engine.classic.core.modules.misc.configstore.base.ConfigStoreException
All Implemented Interfaces:
Serializable

public class ConfigStoreException
extends org.pentaho.reporting.libraries.base.util.StackableException

The config store exception is throwns if an error prevents an operation on the current configuration storage provider.

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
ConfigStoreException()
          DefaultConstructor.
ConfigStoreException(String s)
          Creates a config store exception with the given message.
ConfigStoreException(String s, Exception e)
          Creates a config store exception with the given message and root exception.
 
Method Summary
 
Methods inherited from class org.pentaho.reporting.libraries.base.util.StackableException
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigStoreException

public ConfigStoreException()
DefaultConstructor.


ConfigStoreException

public ConfigStoreException(String s,
                            Exception e)
Creates a config store exception with the given message and root exception.

Parameters:
s - the exception message.
e - the exception that caused all the trouble.

ConfigStoreException

public ConfigStoreException(String s)
Creates a config store exception with the given message.

Parameters:
s - the message.