Expresso 5-6

com.jcorporate.expresso.core.cache
Class CacheException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.jcorporate.expresso.kernel.exception.ChainedException
              extended bycom.jcorporate.expresso.core.cache.CacheException
All Implemented Interfaces:
Serializable

public class CacheException
extends ChainedException

Exception thrown when there is a problem with logging a message

Author:
Michael Nash
See Also:
Serialized Form

Constructor Summary
CacheException()
          Constructor
CacheException(String s)
          Constructor
CacheException(String s, Throwable t)
          Constructor
CacheException(Throwable t)
          Constructor
 
Methods inherited from class com.jcorporate.expresso.kernel.exception.ChainedException
getErrorNumber, getMessage, getNested, omitPackages, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheException

public CacheException()
Constructor


CacheException

public CacheException(String s)
Constructor

Parameters:
s - Error message

CacheException

public CacheException(String s,
                      Throwable t)
Constructor

Parameters:
s - Error message
t - The nested exception

CacheException

public CacheException(Throwable t)
Constructor

Parameters:
t - The nested exception

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.