org.jboss.cache.loader
Class SingletonStoreCacheLoader.PushStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.cache.loader.SingletonStoreCacheLoader.PushStateException
All Implemented Interfaces:
Serializable
Enclosing class:
SingletonStoreCacheLoader

public static class SingletonStoreCacheLoader.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
SingletonStoreCacheLoader.PushStateException(String message, Throwable cause)
           
SingletonStoreCacheLoader.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

SingletonStoreCacheLoader.PushStateException

public SingletonStoreCacheLoader.PushStateException(String message,
                                                    Throwable cause)

SingletonStoreCacheLoader.PushStateException

public SingletonStoreCacheLoader.PushStateException(Throwable cause)


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.