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 on PersistentCacheManager.
See Also:
  • Constructor Details

    • CachePersistenceException

      public CachePersistenceException(String message)
      Creates a CachePersistenceException with the provided message.
      Parameters:
      message - information about the exception
    • CachePersistenceException

      public CachePersistenceException(String message, Throwable cause)
      Creates a CachePersistenceException with the provided message and cause.
      Parameters:
      message - information about the exception
      cause - the cause of this exception