Package org.apache.qpid.jms
Class JmsConnectionRemotelyClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jakarta.jms.JMSException
-
- org.apache.qpid.jms.JmsConnectionRemotelyClosedException
-
- All Implemented Interfaces:
java.io.Serializable
public class JmsConnectionRemotelyClosedException extends jakarta.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(java.lang.String reason)JmsConnectionRemotelyClosedException(java.lang.String reason, java.lang.String errorCode)
-
Method Summary
-
Methods inherited from class jakarta.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
-
-