Package org.apache.qpid.jms.exceptions
Class JmsConnectionClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jakarta.jms.JMSException
-
- jakarta.jms.IllegalStateException
-
- org.apache.qpid.jms.exceptions.JmsConnectionClosedException
-
- All Implemented Interfaces:
java.io.Serializable
public class JmsConnectionClosedException extends jakarta.jms.IllegalStateExceptionAn exception thrown when attempt is made to use a connection when the connection has been closed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JmsConnectionClosedException()JmsConnectionClosedException(java.lang.Exception cause)
-
Method Summary
-
Methods inherited from class jakarta.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
-
-