org.apache.jcs.access.exception
Class CacheException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.jcs.access.exception.CacheException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigurationException, InvalidArgumentException, InvalidGroupException, InvalidHandleException, ObjectExistsException, ObjectNotFoundException

public class CacheException
extends Exception

This is the most general exception the cache throws.

See Also:
Serialized Form

Constructor Summary
CacheException()
          Default
CacheException(String message)
          Constructor for the CacheException object
CacheException(String message, Throwable nested)
          Constructor for the CacheException object
CacheException(Throwable nested)
          Constructor for the CacheException 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

CacheException

public CacheException()
Default


CacheException

public CacheException(Throwable nested)
Constructor for the CacheException object

Parameters:
nested - a nested exception

CacheException

public CacheException(String message)
Constructor for the CacheException object

Parameters:
message - the exception message

CacheException

public CacheException(String message,
                      Throwable nested)
Constructor for the CacheException object

Parameters:
message - the exception message
nested - a nested exception


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.