org.objectweb.perseus.cache.api
Class CacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.perseus.cache.api.CacheException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- CacheFullException, InvalidCacheEntryException, UnFixProtocolException
- public class CacheException
- extends java.lang.Exception
It represents an exception occrured in a CacheManager. It can contain a
nested exception.
- Author:
- Luciano Garcia-Banuelos (Luciano.Garcia@imag.fr)
- See Also:
- Serialized Form
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 |
nestedException
protected java.lang.Exception nestedException
CacheException
public CacheException()
CacheException
public CacheException(java.lang.String msg)
CacheException
public CacheException(java.lang.Exception nested)
CacheException
public CacheException(java.lang.String msg,
java.lang.Exception nested)
getNestedException
public java.lang.Exception getNestedException()
Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.