Package org.ehcache
Class CachePersistenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.ehcache.CachePersistenceException
-
- All Implemented Interfaces:
Serializable
public class CachePersistenceException extends Exception
Thrown when failures occur during operations onPersistentCacheManager.
-
-
Constructor Summary
Constructors Constructor Description CachePersistenceException(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 Detail
-
CachePersistenceException
public CachePersistenceException(String message)
Creates aCachePersistenceExceptionwith the provided message.- Parameters:
message- information about the exception
-
-