Package org.cache2k.extra.config.generic
Class ConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cache2k.CacheException
-
- org.cache2k.extra.config.generic.ConfigurationException
-
- All Implemented Interfaces:
Serializable
public class ConfigurationException extends org.cache2k.CacheExceptionException indicating something is wrong with the external (XML) configuration. We do not use this exception inside the API and core package, insteadIllegalArgumentExceptionis used.- Author:
- Jens Wilke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationException(String message)ConfigurationException(String message, String source)ConfigurationException(String message, Throwable cause)ConfigurationException(String message, SourceLocation location)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConfigurationException
public ConfigurationException(String message)
-
ConfigurationException
public ConfigurationException(String message, SourceLocation location)
-
-