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 SummaryConstructorsConstructorDescriptionConstructor for the ConfigurationException objectConfigurationException(String message) Constructor for the ConfigurationException object.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ConfigurationExceptionpublic ConfigurationException()Constructor for the ConfigurationException object
- 
ConfigurationExceptionConstructor for the ConfigurationException object.- Parameters:
- message-
 
 
-