|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.ehcache.CacheException
public class CacheException
A runtime Cache Exception, compatible with JDK1.3.
Because JDK1.3 does not support chained exceptions or intial cause, this class has its own initialCause field andgetInitialCause()
accessor, to aid with debugging. The JDK1.4 initial cause mechanism is
not used or populated.
Constructor Summary | |
---|---|
CacheException()
Constructor for the CacheException object. |
|
CacheException(java.lang.String message)
Constructor for the CacheException object. |
|
CacheException(java.lang.String message,
java.lang.Throwable initialCause)
Constructor for the CacheException object. |
Method Summary | |
---|---|
java.lang.Throwable |
getInitialCause()
The intiial cause of this Exception. |
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 |
Constructor Detail |
---|
public CacheException()
public CacheException(java.lang.String message)
message
- the exception detail messagepublic CacheException(java.lang.String message, java.lang.Throwable initialCause)
message
- the exception detail messageinitialCause
- the cause of the exceptionMethod Detail |
---|
public final java.lang.Throwable getInitialCause()
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |