Package org.ehcache
Class CachePersistenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.ehcache.CachePersistenceException
-
- All Implemented Interfaces:
java.io.Serializable
public class CachePersistenceException extends java.lang.ExceptionThrown when failures occur during operations onPersistentCacheManager.
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description CachePersistenceException(java.lang.String message)Creates aCachePersistenceExceptionwith the provided message.CachePersistenceException(java.lang.String message, java.lang.Throwable cause)Creates aCachePersistenceExceptionwith the provided message and cause.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CachePersistenceException
public CachePersistenceException(java.lang.String message)
Creates aCachePersistenceExceptionwith the provided message.- Parameters:
message- information about the exception
-
CachePersistenceException
public CachePersistenceException(java.lang.String message, java.lang.Throwable cause)Creates aCachePersistenceExceptionwith the provided message and cause.- Parameters:
message- information about the exceptioncause- the cause of this exception
-
-