org.apache.jcs.access.exception
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jcs.access.exception.CacheException
org.apache.jcs.access.exception.ConfigurationException
- All Implemented Interfaces:
- Serializable
public class ConfigurationException
- extends CacheException
Thrown if there is some severe configuration problem that makes the cache nonfunctional.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConfigurationException
public ConfigurationException()
- Constructor for the ConfigurationException object
ConfigurationException
public ConfigurationException(String message)
- Constructor for the ConfigurationException object.
- Parameters:
message -
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.