rabbit.cache
Class CacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
rabbit.cache.CacheException
- All Implemented Interfaces:
- Serializable
public class CacheException
- extends Exception
An exception thrown when a cache operation failed.
- Author:
- Robert Olofsson
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
CacheException
public CacheException(String message,
Throwable cause)