Class PersistenceException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
StoreUnavailableException, UnsupportedKeyTypeException

public class PersistenceException extends CacheException
An exception thrown by a CacheLoader or a CacheWriter implementation if there are problems reading from a loader.
Since:
4.0
Author:
Manik Surtani
See Also:
  • Constructor Details

    • PersistenceException

      public PersistenceException()
    • PersistenceException

      public PersistenceException(String message)
    • PersistenceException

      public PersistenceException(String message, Throwable cause)
    • PersistenceException

      public PersistenceException(Throwable cause)