org.jboss.cache.invocation
Class CacheNotReadyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by org.jboss.cache.invocation.CacheNotReadyException
All Implemented Interfaces:
java.io.Serializable

public class CacheNotReadyException
extends java.lang.IllegalStateException

Thrown when a cache is in an invalid state

Since:
3.2
Author:
Manik Surtani
See Also:
Serialized Form

Constructor Summary
CacheNotReadyException()
           
CacheNotReadyException(java.lang.String s)
           
CacheNotReadyException(java.lang.String message, java.lang.Throwable cause)
           
CacheNotReadyException(java.lang.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

CacheNotReadyException

public CacheNotReadyException()

CacheNotReadyException

public CacheNotReadyException(java.lang.String s)

CacheNotReadyException

public CacheNotReadyException(java.lang.String message,
                              java.lang.Throwable cause)

CacheNotReadyException

public CacheNotReadyException(java.lang.Throwable cause)


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