|
GemFire 5.7.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.CacheRuntimeException
com.gemstone.gemfire.cache.CacheClosedException
public class CacheClosedException
Indicates that the caching system has
been closed. Can be thrown from almost any method related to regions or the
Cache after the cache has been closed.
Cache,
Serialized Form| Constructor Summary | |
|---|---|
CacheClosedException()
Constructs a new CacheClosedException. |
|
CacheClosedException(String msg)
Constructs a new CacheClosedException with a message string. |
|
CacheClosedException(String msg,
Throwable cause)
Constructs a new CacheClosedException with a message string
and a cause. |
|
CacheClosedException(Throwable cause)
Constructs a new CacheClosedException with a cause. |
|
| Method Summary |
|---|
| Methods inherited from class com.gemstone.gemfire.cache.CacheRuntimeException |
|---|
toString |
| Methods inherited from class com.gemstone.gemfire.GemFireException |
|---|
getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CacheClosedException()
CacheClosedException.
public CacheClosedException(String msg)
CacheClosedException with a message string.
msg - a message string
public CacheClosedException(String msg,
Throwable cause)
CacheClosedException with a message string
and a cause.
msg - the message stringcause - a causal Throwablepublic CacheClosedException(Throwable cause)
CacheClosedException with a cause.
cause - a causal Throwable
|
GemFire 5.7.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||