org.jboss.cache.invocation
Class CacheNotReadyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
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
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 |
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.