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