Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.jcs3.access.exception.CacheException
org.apache.commons.jcs3.access.exception.ConfigurationException
- All Implemented Interfaces:
Serializable
Thrown if there is some severe configuration problem that makes the cache nonfunctional.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for the ConfigurationException objectConfigurationException
(String message) Constructor for the ConfigurationException object. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationException
public ConfigurationException()Constructor for the ConfigurationException object -
ConfigurationException
Constructor for the ConfigurationException object.- Parameters:
message
-
-