com.easyjf.cache
Class CacheException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.easyjf.cache.CacheException
All Implemented Interfaces:
java.io.Serializable

public class CacheException
extends java.lang.Exception

Author:
Administrato
See Also:
Serialized Form

Constructor Summary
CacheException()
           
CacheException(java.lang.Exception e)
           
CacheException(java.lang.String msg)
           
CacheException(java.lang.String s, java.lang.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()

CacheException

public CacheException(java.lang.String msg)

CacheException

public CacheException(java.lang.String s,
                      java.lang.Exception e)

CacheException

public CacheException(java.lang.Exception e)