xflow.messaging
Class MessagingExceptionListener

java.lang.Object
  extended byxflow.messaging.MessagingExceptionListener
All Implemented Interfaces:
javax.jms.ExceptionListener

public class MessagingExceptionListener
extends java.lang.Object
implements javax.jms.ExceptionListener


Constructor Summary
MessagingExceptionListener()
           
 
Method Summary
 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

MessagingExceptionListener

public MessagingExceptionListener()
Method Detail

onException

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