|
GemFire 7.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.gemstone.gemfire.GemFireCheckedException
public abstract class GemFireCheckedException
This is the abstract superclass of exceptions that are thrown and declared.
This class ought to be called GemFireException, but that name
is reserved for an older class that extends RuntimeException
.
GemFireException
,
Serialized FormConstructor Summary | |
---|---|
GemFireCheckedException()
Creates a new GemFireException with no detailed message. |
|
GemFireCheckedException(String message)
Creates a new GemFireCheckedException with the given detail
message. |
|
GemFireCheckedException(String message,
Throwable cause)
Creates a new GemFireException with the given detail
message and cause. |
|
GemFireCheckedException(Throwable cause)
Creates a new GemFireCheckedException with the given cause and
no detail message |
Method Summary | |
---|---|
Throwable |
getRootCause()
Returns the root cause of this GemFireCheckedException 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 GemFireCheckedException()
GemFireException
with no detailed message.
public GemFireCheckedException(String message)
GemFireCheckedException
with the given detail
message.
public GemFireCheckedException(String message, Throwable cause)
GemFireException
with the given detail
message and cause.
public GemFireCheckedException(Throwable cause)
GemFireCheckedException
with the given cause and
no detail message
Method Detail |
---|
public Throwable getRootCause()
GemFireCheckedException
or
null
if the cause is nonexistent or unknown.
|
GemFire 7.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |