|
GemFire 5.5.1 | ||||||||
| 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
public abstract class GemFireException
This is the abstract superclass of exceptions that are thrown to
indicate incorrect usage of GemFire.
Since these exceptions are unchecked, this class really
ought to be called GemFireRuntimeException;
however, the current name is retained for compatibility's sake.
GemFireCheckedException,
CacheRuntimeException,
Serialized Form| Constructor Summary | |
|---|---|
GemFireException()
Creates a new GemFireException with no detailed message. |
|
GemFireException(String message)
Creates a new GemFireException with the given detail
message. |
|
GemFireException(String message,
Throwable cause)
Creates a new GemFireException with the given detail
message and cause. |
|
GemFireException(Throwable cause)
Creates a new GemFireException with the given cause and
no detail message |
|
| Method Summary | |
|---|---|
Throwable |
getRootCause()
Returns the root cause of this GemFireException or
null if the cause is nonexistent or unknown. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GemFireException()
GemFireException with no detailed message.
public GemFireException(String message)
GemFireException with the given detail
message.
public GemFireException(String message,
Throwable cause)
GemFireException with the given detail
message and cause.
public GemFireException(Throwable cause)
GemFireException with the given cause and
no detail message
| Method Detail |
|---|
public Throwable getRootCause()
GemFireException or
null if the cause is nonexistent or unknown.
|
GemFire 5.5.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||