Class ListenerExecutionFailedException

All Implemented Interfaces:
Serializable

public class ListenerExecutionFailedException extends JmsException
Exception to be thrown when the execution of a listener method failed.
Since:
2.0
Author:
Juergen Hoeller
See Also:
  • Constructor Details

    • ListenerExecutionFailedException

      public ListenerExecutionFailedException(String msg, Throwable cause)
      Constructor for ListenerExecutionFailedException.
      Parameters:
      msg - the detail message
      cause - the exception thrown by the listener method