public class JMSExceptionListener extends Object implements javax.jms.ExceptionListener
| Constructor and Description |
|---|
JMSExceptionListener(JMSConnectionInfo connInfo,
ConnectionContext connCtxt,
boolean retry)
Create ExceptionLister for a JMS Connection
|
public JMSExceptionListener(JMSConnectionInfo connInfo, ConnectionContext connCtxt, boolean retry)
connInfo - Information to connect to the JMS compliant messaging serviceconnCtxt - The actual connection on which this listener will be registeredpublic void onException(javax.jms.JMSException exception)
onException in interface javax.jms.ExceptionListenerCopyright © 2016 Apache Software Foundation. All rights reserved.