Class ListenerExecutionFailedException

All Implemented Interfaces:
Serializable

@Deprecated(forRemoval=true, since="4.1") public class ListenerExecutionFailedException extends ListenerExecutionFailedException
Deprecated, for removal: This API element is subject to removal in a future version.
Exception to be thrown when the execution of a listener method failed.
Author:
Juergen Hoeller, Gary Russell, Artem Bilan
See Also:
  • Constructor Details

    • ListenerExecutionFailedException

      public ListenerExecutionFailedException(String msg, Throwable cause, Message... failedMessage)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor for ListenerExecutionFailedException.
      Parameters:
      msg - the detail message
      cause - the exception thrown by the listener method
      failedMessage - the message(s) that failed