org.jfree.report.modules.preferences.base
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.
|
getParent, printStackTrace, printStackTrace, printStackTracepublic 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.