Class GemfireListenerExecutionFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.InvalidDataAccessApiUsageException
org.springframework.data.gemfire.listener.GemfireListenerExecutionFailedException
All Implemented Interfaces:
Serializable

public class GemfireListenerExecutionFailedException extends org.springframework.dao.InvalidDataAccessApiUsageException
Exception thrown when the execution of a listener method failed.
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.