org.jfree.report.modules.preferences.base

Class ConfigStoreException


public class ConfigStoreException
extends StackableException

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

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.

Constructor Details

ConfigStoreException

public ConfigStoreException()
DefaultConstructor.

ConfigStoreException

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

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.