com.rhi.architecture.cache
Class CacheException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.lang.exception.NestableException
              extended bycom.rhi.architecture.cache.CacheException
All Implemented Interfaces:
org.apache.commons.lang.exception.Nestable, java.io.Serializable
Direct Known Subclasses:
DuplicateObjectException

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

Generic cache exception class.

Since:
1.0
Author:
G Srinivas
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
CacheException()
          Constructor
CacheException(java.lang.String pMessage)
          Constructor
CacheException(java.lang.String msg, java.lang.Throwable cause)
          Constructor
CacheException(java.lang.Throwable cause)
          Constructor
 
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


CacheException

public CacheException(java.lang.String pMessage)
Constructor

Parameters:
pMessage -

CacheException

public CacheException(java.lang.Throwable cause)
Constructor

Parameters:
cause -

CacheException

public CacheException(java.lang.String msg,
                      java.lang.Throwable cause)
Constructor

Parameters:
msg -
cause -


Copyright © 2002-2004 Robert Half International. All Rights Reserved.