org.infinispan.loaders.decorators
Class SingletonStore.PushStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
SingletonStore.PushStateException(String message, Throwable cause)
           
SingletonStore.PushStateException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.