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:
java.io.Serializable
public class StoreUnavailableException extends PersistenceException
An exception thrown by thePersistenceManager
if one or more stores are unavailable when a cache operation is attempted.- Since:
- 9.3
- Author:
- Ryan Emerson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StoreUnavailableException()
StoreUnavailableException(java.lang.String message)
StoreUnavailableException(java.lang.String message, java.lang.Throwable cause)
StoreUnavailableException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
StoreUnavailableException
public StoreUnavailableException()
-
StoreUnavailableException
public StoreUnavailableException(java.lang.String message)
-
StoreUnavailableException
public StoreUnavailableException(java.lang.String message, java.lang.Throwable cause)
-
StoreUnavailableException
public StoreUnavailableException(java.lang.Throwable cause)
-
-