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:
java.io.Serializable
Direct Known Subclasses:
InvalidArgumentException, InvalidGroupException, InvalidHandleException, NotARetrievableObjectException, NullObjectException, ObjectExistsException, ObjectNotFoundException

public class CacheException
extends java.lang.Exception

This is the most general exception the cache throws.

TODO make nested with no external dependencies.

See Also:
Serialized Form

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

Parameters:
nested -

CacheException

public CacheException(java.lang.String message)
Constructor for the CacheException object

Parameters:
message -


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.