Class PersistenceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.commons.CacheException
org.infinispan.persistence.spi.PersistenceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
StoreUnavailableException, UnsupportedKeyTypeException

public class PersistenceException extends org.infinispan.commons.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)