com.gemstone.gemfire
Class GemFireRethrowable
java.lang.Object
java.lang.Throwable
java.lang.Error
com.gemstone.gemfire.GemFireRethrowable
- All Implemented Interfaces:
- Serializable
public class GemFireRethrowable
- extends Error
This error is used by GemFire for internal purposes.
It does not indicate an error condition.
For this reason it is named "Rethrowable" instead of the standard "Error".
It was made an 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.
- Since:
- 5.7
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GemFireRethrowable
public GemFireRethrowable()
- Create a GemFireRethrowable.
GemFireRethrowable
public GemFireRethrowable(String message)
- Create a GemFireRethrowable with the specified message.
- Parameters:
message -
Copyright © 2002-2009 GemStone Systems, Inc. All Rights Reserved.