public class ConfigStoreException
extends org.pentaho.reporting.libraries.base.util.StackableException
| Constructor and Description |
|---|
ConfigStoreException()
DefaultConstructor.
|
ConfigStoreException(java.lang.String s)
Creates a config store exception with the given message.
|
ConfigStoreException(java.lang.String s,
java.lang.Exception e)
Creates a config store exception with the given message and root exception.
|
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toString, updatepublic ConfigStoreException()
public ConfigStoreException(java.lang.String s,
java.lang.Exception e)
s - the exception message.e - the exception that caused all the trouble.public ConfigStoreException(java.lang.String s)
s - the message.