public class

ListenerExecutionFailedException

extends JmsException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.core.NestedRuntimeException
           ↳ org.springframework.jms.JmsException
             ↳ org.springframework.jms.listener.adapter.ListenerExecutionFailedException

Class Overview

Exception to be thrown when the execution of a listener method failed.

Summary

Public Constructors
ListenerExecutionFailedException(String msg, Throwable cause)
Constructor for ListenerExecutionFailedException.
[Expand]
Inherited Methods
From class org.springframework.jms.JmsException
From class org.springframework.core.NestedRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ListenerExecutionFailedException (String msg, Throwable cause)

Constructor for ListenerExecutionFailedException.

Parameters
msg the detail message
cause the exception thrown by the listener method