Class SingletonCacheWriter.PushStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.infinispan.persistence.support.SingletonCacheWriter.PushStateException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- SingletonCacheWriter
public static class SingletonCacheWriter.PushStateException extends java.lang.ExceptionException 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(java.lang.String message, java.lang.Throwable cause)
-