Package org.infinispan.persistence.spi
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:
JpaStoreException
,StoreUnavailableException
public class PersistenceException extends CacheException
An exception thrown by aCacheLoader
or aCacheWriter
implementation if there are problems reading from a loader.- Since:
- 4.0
- Author:
- Manik Surtani
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistenceException()
PersistenceException(String message)
PersistenceException(String message, Throwable cause)
PersistenceException(Throwable cause)
-