Package org.infinispan.persistence.spi
Class StoreUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.commons.CacheException
org.infinispan.persistence.spi.PersistenceException
org.infinispan.persistence.spi.StoreUnavailableException
- All Implemented Interfaces:
Serializable
An exception thrown by the
PersistenceManager
if one or more
stores are unavailable when a cache operation is attempted.- Since:
- 9.3
- Author:
- Ryan Emerson
- See Also:
-
Constructor Summary
ConstructorDescriptionStoreUnavailableException
(String message) StoreUnavailableException
(String message, 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
-
StoreUnavailableException
public StoreUnavailableException() -
StoreUnavailableException
-
StoreUnavailableException
-
StoreUnavailableException
-