org.eclipse.higgins.cache
Class CacheException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.eclipse.higgins.cache.CacheException
All Implemented Interfaces:
Serializable

public class CacheException
extends RuntimeException

Author:
Alexander Yuhimenko
See Also:
Serialized Form

Constructor Summary
CacheException(Exception e)
           
CacheException(String s)
           
CacheException(String s, Exception e)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheException

public CacheException(String s)

CacheException

public CacheException(String s,
                      Exception e)

CacheException

public CacheException(Exception e)