org.springframework.jms.listener.adapter
Class ListenerExecutionFailedException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.springframework.core.NestedRuntimeException
org.springframework.core.NestedRuntimeException
                   org.springframework.jms.JmsException
org.springframework.jms.JmsException
                       org.springframework.jms.listener.adapter.ListenerExecutionFailedException
org.springframework.jms.listener.adapter.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:
- MessageListenerAdapter, 
Serialized Form
 
 
 
 
 
 
ListenerExecutionFailedException
public ListenerExecutionFailedException(String msg,
                                        Throwable cause)
- Constructor for ListenerExecutionFailedException.
 
- Parameters:
- msg- the detail message
- cause- the exception thrown by the listener method
 
Copyright © 2002-2008 The Spring Framework.