org.springframework.data.gemfire.listener
Class GemfireListenerExecutionFailedException

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

public class GemfireListenerExecutionFailedException
extends InvalidDataAccessApiUsageException

Exception thrown when the execution of a listener method failed.

See Also:
ContinuousQueryListenerAdapter, Serialized Form

Constructor Summary
GemfireListenerExecutionFailedException(String message)
          Constructs a new GemfireListenerExecutionFailedException instance.
GemfireListenerExecutionFailedException(String message, Throwable cause)
          Constructs a new GemfireListenerExecutionFailedException instance.
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.