public abstract class CacheRuntimeException extends GemFireException
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
CacheRuntimeException()
Creates a new instance of
CacheRuntimeException without detail message. |
CacheRuntimeException(java.lang.String msg)
Constructs an instance of
CacheRuntimeException with the specified detail message. |
CacheRuntimeException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an instance of
CacheRuntimeException with the specified detail message
and cause. |
CacheRuntimeException(java.lang.Throwable cause)
Constructs an instance of
CacheRuntimeException with the specified cause. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
getRootCause
public static final long serialVersionUID
public CacheRuntimeException()
CacheRuntimeException
without detail message.public CacheRuntimeException(java.lang.String msg)
CacheRuntimeException
with the specified detail message.msg
- the detail messagepublic CacheRuntimeException(java.lang.String msg, java.lang.Throwable cause)
CacheRuntimeException
with the specified detail message
and cause.msg
- the detail messagecause
- the causal Throwablepublic CacheRuntimeException(java.lang.Throwable cause)
CacheRuntimeException
with the specified cause.cause
- the causal Throwable