|
GemFire 6.5.1.2 | ||||||||
| 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
public abstract class CacheRuntimeException
A generic runtime exception that indicates a cache error has occurred. All the other runtime cache exceptions are the subclass of this class. This class is abstract so only subclasses can be instantiated
| Constructor Summary | |
|---|---|
CacheRuntimeException()
Creates a new instance of CacheRuntimeException without detail message. |
|
CacheRuntimeException(String msg)
Constructs an instance of CacheRuntimeException with the specified detail message. |
|
CacheRuntimeException(String msg,
Throwable cause)
Constructs an instance of CacheRuntimeException with the specified detail message
and cause. |
|
CacheRuntimeException(Throwable cause)
Constructs an instance of CacheRuntimeException with the specified cause. |
|
| Method Summary | |
|---|---|
String |
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 CacheRuntimeException()
CacheRuntimeException without detail message.
public CacheRuntimeException(String msg)
CacheRuntimeException with the specified detail message.
msg - the detail message
public CacheRuntimeException(String msg,
Throwable cause)
CacheRuntimeException with the specified detail message
and cause.
msg - the detail messagecause - the causal Throwablepublic CacheRuntimeException(Throwable cause)
CacheRuntimeException with the specified cause.
cause - the causal Throwable| Method Detail |
|---|
public String toString()
toString in class Throwable
|
GemFire 6.5.1.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||