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
|
| Modifier and Type | Method and Description |
|---|---|
void |
onException(javax.jms.JMSException exception) |
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 © 2018 Apache Software Foundation. All rights reserved.