Package org.ehcache
Class CachePersistenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ehcache.CachePersistenceException
- All Implemented Interfaces:
Serializable
Thrown when failures occur during operations on
PersistentCacheManager.-
Constructor Summary
ConstructorsConstructorDescriptionCachePersistenceException(String message) Creates aCachePersistenceExceptionwith the provided message.CachePersistenceException(String message, Throwable cause) Creates aCachePersistenceExceptionwith the provided message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CachePersistenceException
Creates aCachePersistenceExceptionwith the provided message.- Parameters:
message- information about the exception
-
CachePersistenceException
Creates aCachePersistenceExceptionwith the provided message and cause.- Parameters:
message- information about the exceptioncause- the cause of this exception
-