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:
StoreUnavailableException
,UnsupportedKeyTypeException
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 Summary
ConstructorDescriptionPersistenceException
(String message) PersistenceException
(String message, Throwable cause) PersistenceException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PersistenceException
public PersistenceException() -
PersistenceException
-
PersistenceException
-
PersistenceException
-