|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.ehcache.exceptions.CacheAccessException
public class CacheAccessException
Generic exception used when an internal operation fails on a Cache
.
Constructor Summary | |
---|---|
CacheAccessException(java.lang.String message)
Creates a new exception with the provided message. |
|
CacheAccessException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception wrapping the cause passed in and with the provided message. |
|
CacheAccessException(java.lang.Throwable cause)
Creates a new exception wrapping the cause passed in. |
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 |
Constructor Detail |
---|
public CacheAccessException(java.lang.Throwable cause)
cause
passed in.
cause
- the cause of this exceptionpublic CacheAccessException(java.lang.String message, java.lang.Throwable cause)
cause
passed in and with the provided message.
message
- information about the exceptioncause
- the cause of this exceptionpublic CacheAccessException(java.lang.String message)
message
- information about the exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |