Class GemfireListenerExecutionFailedException

All Implemented Interfaces:
Serializable

public class GemfireListenerExecutionFailedException extends InvalidDataAccessApiUsageException
Exception thrown when the execution of a listener method failed.
Author:
Costin Leau
See Also:
  • Constructor Details

    • GemfireListenerExecutionFailedException

      public GemfireListenerExecutionFailedException(String message)
      Constructs a new GemfireListenerExecutionFailedException instance.
      Parameters:
      message - a String describing the cause of the exception.
    • GemfireListenerExecutionFailedException

      public GemfireListenerExecutionFailedException(String message, Throwable cause)
      Constructs a new GemfireListenerExecutionFailedException instance.
      Parameters:
      message - a String describing the cause of the exception.
      cause - a Throwable that was underlying cause of this exception.