org.infinispan.loaders.decorators
Class SingletonStore.PushStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.infinispan.loaders.decorators.SingletonStore.PushStateException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- SingletonStore
public static class SingletonStore.PushStateException
- extends Exception
Exception representing any issues that arise from pushing the in-memory state to the cache loader.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SingletonStore.PushStateException
public SingletonStore.PushStateException(String message,
Throwable cause)
SingletonStore.PushStateException
public SingletonStore.PushStateException(Throwable cause)
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.