Package org.apache.qpid.jms.exceptions
Class JmsConnectionClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.jms.JMSException
-
- javax.jms.IllegalStateException
-
- org.apache.qpid.jms.exceptions.JmsConnectionClosedException
-
- All Implemented Interfaces:
Serializable
public class JmsConnectionClosedException extends javax.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(Exception cause)
-
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
-
-
-
-
Constructor Detail
-
JmsConnectionClosedException
public JmsConnectionClosedException(Exception cause)
-
JmsConnectionClosedException
public JmsConnectionClosedException()
-
-