public abstract class GemFireException
extends java.lang.RuntimeException
GemFireRuntimeException
; however, the current name is retained for compatibility's
sake.Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
GemFireException()
Creates a new
GemFireException with no detailed message. |
GemFireException(java.lang.String message)
Creates a new
GemFireException with the given detail message. |
GemFireException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
GemFireException with the given detail message and cause. |
GemFireException(java.lang.Throwable cause)
Creates a new
GemFireException with the given cause and no detail message |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getRootCause()
Returns the root cause of this
GemFireException or null if the cause
is nonexistent or unknown. |
public static final long serialVersionUID
public GemFireException()
GemFireException
with no detailed message.public GemFireException(java.lang.String message)
GemFireException
with the given detail message.public GemFireException(java.lang.String message, java.lang.Throwable cause)
GemFireException
with the given detail message and cause.public GemFireException(java.lang.Throwable cause)
GemFireException
with the given cause and no detail message