Class JmsExceptionListener

  • All Implemented Interfaces:
    javax.jms.ExceptionListener

    public class JmsExceptionListener
    extends java.lang.Object
    implements javax.jms.ExceptionListener
    Author:
    Markus Neumann
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onException​(javax.jms.JMSException e)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JmsExceptionListener

        public JmsExceptionListener()
    • Method Detail

      • onException

        public void onException​(javax.jms.JMSException e)
        Specified by:
        onException in interface javax.jms.ExceptionListener