Class SingletonCacheWriter.PushStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.infinispan.persistence.support.SingletonCacheWriter.PushStateException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SingletonCacheWriter
public static class SingletonCacheWriter.PushStateException extends Exception
Exception representing any issues that arise from pushing the in-memory state to the cache loader.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PushStateException(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
-
-