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
- The serial version id
- See Also:
- Constant Field Values
CacheException
public CacheException(String message)
- Parameters:
message
- a message describing the real problem
CacheException
public CacheException(String message,
Throwable cause)
- Parameters:
message
- the message stringcause
- the exception that really caused the problem