org.apache.jcs.access.exception
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.jcs.access.exception.CacheException
              extended by 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

Constructor Summary
ConfigurationException()
          Constructor for the ConfigurationException object
ConfigurationException(String message)
          Constructor for the ConfigurationException object.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.