Package org.apache.qpid.jms
Class JmsConnectionRemotelyClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.jms.JMSException
-
- org.apache.qpid.jms.JmsConnectionRemotelyClosedException
-
- All Implemented Interfaces:
Serializable
public class JmsConnectionRemotelyClosedException extends javax.jms.JMSExceptionThrown when the remote peer closes the connection with amqp:connection:forced signaling that the connection is closed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JmsConnectionRemotelyClosedException(String reason)JmsConnectionRemotelyClosedException(String reason, String errorCode)
-
Method Summary
-
Methods inherited from class javax.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-