public abstract class CacheRuntimeException extends GemFireException
Constructor and Description |
---|
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. |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public CacheRuntimeException()
CacheRuntimeException
without detail message.public CacheRuntimeException(String msg)
CacheRuntimeException
with the specified detail message.msg
- the detail messagepublic 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