public abstract class GemFireException extends RuntimeException
GemFireRuntimeException
;
however, the current name is retained for compatibility's sake.Constructor and Description |
---|
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 |
Modifier and Type | Method and Description |
---|---|
Throwable |
getRootCause()
Returns the root cause of this
GemFireException or
null if the cause is nonexistent or unknown. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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 messagepublic Throwable getRootCause()
GemFireException
or
null
if the cause is nonexistent or unknown.Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.