org.jfree.report.modules.preferences.base
public class ConfigStoreException extends StackableException
Constructor Summary | |
---|---|
ConfigStoreException()
DefaultConstructor. | |
ConfigStoreException(String s, Exception e)
Creates a config store exception with the given message and root exception.
| |
ConfigStoreException(String s)
Creates a config store exception with the given message.
|
Parameters: s the exception message. e the exception that caused all the trouble.
Parameters: s the message.