public class CachePersistenceException
extends java.lang.Exception
PersistentCacheManager
.Constructor and Description |
---|
CachePersistenceException(java.lang.String message)
Creates a
CachePersistenceException with the provided message. |
CachePersistenceException(java.lang.String message,
java.lang.Throwable cause)
Creates a
CachePersistenceException with the provided message and cause. |
public CachePersistenceException(java.lang.String message)
CachePersistenceException
with the provided message.message
- information about the exceptionpublic CachePersistenceException(java.lang.String message, java.lang.Throwable cause)
CachePersistenceException
with the provided message and cause.message
- information about the exceptioncause
- the cause of this exception