public class CachePersistenceException
extends java.lang.Exception
PersistentCacheManager.| Constructor and Description | 
|---|
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. 
 | 
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