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:
Serializable
public class JmsConnectionClosedException
extends jakarta.jms.IllegalStateException
An exception thrown when attempt is made to use a connection when the connection has been closed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class jakarta.jms.JMSException
getErrorCode, getLinkedException, setLinkedExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JmsConnectionClosedException
-
JmsConnectionClosedException
public JmsConnectionClosedException()
-