@Deprecated
public abstract class GemFireException
extends java.lang.RuntimeException
GemFireRuntimeException; however, the current name is retained for compatibility's
sake.GemFireCheckedException,
CacheRuntimeException,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID
Deprecated.
|
| Constructor and Description |
|---|
GemFireException()
Deprecated.
Creates a new
GemFireException with no detailed message. |
GemFireException(java.lang.String message)
Deprecated.
Creates a new
GemFireException with the given detail message. |
GemFireException(java.lang.String message,
java.lang.Throwable cause)
Deprecated.
Creates a new
GemFireException with the given detail message and cause. |
GemFireException(java.lang.Throwable cause)
Deprecated.
Creates a new
GemFireException with the given cause and no detail message |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getRootCause()
Deprecated.
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.message - the detail messagepublic GemFireException(java.lang.String message,
java.lang.Throwable cause)
GemFireException with the given detail message and cause.message - the detail messagecause - the causepublic GemFireException(java.lang.Throwable cause)
GemFireException with the given cause and no detail messagecause - the cause