public class GemFireRethrowable extends Error
Error
to make it easier for user code that typically would catch
Exception
to not accidently catch this exception.
Note: if user code catches this error (or its subclasses) then it must be rethrown.
Constructor and Description |
---|
GemFireRethrowable()
Create a GemFireRethrowable.
|
GemFireRethrowable(String message)
Create a GemFireRethrowable with the specified message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GemFireRethrowable()
public GemFireRethrowable(String message)
message
- the detail message