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:
- Serializable
public class CacheNotReadyException
- extends 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 |
CacheNotReadyException
public CacheNotReadyException()
CacheNotReadyException
public CacheNotReadyException(String s)
CacheNotReadyException
public CacheNotReadyException(String message,
Throwable cause)
CacheNotReadyException
public CacheNotReadyException(Throwable cause)
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.