org.jfree.report.modules.preferences.base
Class ConfigStoreException
StackableException
org.jfree.report.modules.preferences.base.ConfigStoreException
extends StackableException
The config store exception is throwns if an error prevents an operation on the current
configuration storage provider.
ConfigStoreException
public ConfigStoreException(String s)
Creates a config store exception with the given message.
ConfigStoreException
public ConfigStoreException(String s,
Exception e)
Creates a config store exception with the given message and root exception.
s
- the exception message.e
- the exception that caused all the trouble.