rabbit.cache
Class CacheException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
static long serialVersionUID
          The serial version id
 
Constructor Summary
CacheException(String message)
           
CacheException(String message, Throwable cause)
           
 
Method Summary
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
The serial version id

See Also:
Constant Field Values
Constructor Detail

CacheException

public CacheException(String message)
Parameters:
message - a message describing the real problem

CacheException

public CacheException(String message,
                      Throwable cause)
Parameters:
message - the message string
cause - the exception that really caused the problem