public class GemfireRestException
extends org.apache.geode.GemFireException
| Constructor and Description |
|---|
GemfireRestException(java.lang.String message)
Create the exception with the given message.
|
GemfireRestException(java.lang.String message,
java.lang.Throwable cause)
Create the exception with the given message and cause.
|
public GemfireRestException(java.lang.String message)
message - the message of the new exceptionpublic GemfireRestException(java.lang.String message,
java.lang.Throwable cause)
message - the message of the new exceptioncause - the cause of the new exception