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, toStringpublic GemFireRethrowable()
public GemFireRethrowable(String message)
message - Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.