public class GemfireListenerExecutionFailedException extends InvalidDataAccessApiUsageException
| Constructor and Description |
|---|
GemfireListenerExecutionFailedException(String message)
Constructs a new
GemfireListenerExecutionFailedException instance. |
GemfireListenerExecutionFailedException(String message,
Throwable cause)
Constructs a new
GemfireListenerExecutionFailedException instance. |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GemfireListenerExecutionFailedException(String message)
GemfireListenerExecutionFailedException instance.message - a String describing the cause of the exception.public GemfireListenerExecutionFailedException(String message, Throwable cause)
GemfireListenerExecutionFailedException instance.message - a String describing the cause of the exception.cause - a Throwable that was underlying cause of this exception.