org.apache.jcs.access.exception
Class CacheException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.lang.exception.NestableException
              extended byorg.apache.jcs.access.exception.CacheException
All Implemented Interfaces:
org.apache.commons.lang.exception.Nestable, java.io.Serializable
Direct Known Subclasses:
InvalidArgumentException, InvalidGroupException, InvalidHandleException, NotARetrievableObjectException, NullObjectException, ObjectExistsException, ObjectNotFoundException

public class CacheException
extends org.apache.commons.lang.exception.NestableException

Description of the Class

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
CacheException()
          Constructor for the CacheException object
CacheException(java.lang.String message)
          Constructor for the CacheException object
CacheException(java.lang.String msg, java.lang.Throwable nested)
          Constructs a new CacheException with specified detail message and nested Throwable.
CacheException(java.lang.Throwable nested)
          Constructor for the CacheException object
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheException

public CacheException()
Constructor for the CacheException object


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 -

CacheException

public CacheException(java.lang.String msg,
                      java.lang.Throwable nested)
Constructs a new CacheException with specified detail message and nested Throwable.

Parameters:
msg - the error message.
nested - the exception or error that caused this exception to be thrown.


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