|
|||||||||
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.CachePersistenceException
public class CachePersistenceException
Exception that can occur from operations on PersistentCacheManager
.
PersistentCacheManager.destroyCache(String)
,
Serialized FormConstructor Summary | |
---|---|
CachePersistenceException(java.lang.String message)
Creates an exception with the provided message. |
|
CachePersistenceException(java.lang.String message,
java.lang.Throwable cause)
Creates an exception with the provided message and cause. |
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 CachePersistenceException(java.lang.String message)
message
- information about the exceptionpublic CachePersistenceException(java.lang.String message, java.lang.Throwable cause)
message
- information about the exceptioncause
- the cause of this exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |