Class ChainedExceptionListener

java.lang.Object
org.springframework.jms.connection.ChainedExceptionListener
All Implemented Interfaces:
ExceptionListener

public class ChainedExceptionListener extends Object implements ExceptionListener
Implementation of the JMS ExceptionListener interface that supports chaining, allowing the addition of multiple ExceptionListener instances in order.
Since:
2.0
Author:
Juergen Hoeller
  • Constructor Details

    • ChainedExceptionListener

      public ChainedExceptionListener()
  • Method Details