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
           
 
Constructor Summary
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
See Also:
Constant Field Values
Constructor Detail

CacheException

public CacheException(String message,
                      Throwable cause)