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:
Serializable
public class JmsConnectionFailedException
extends jakarta.jms.IllegalStateException
An exception thrown when attempt is made to use a connection when the connection has already failed.
- 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
-
JmsConnectionFailedException
-
JmsConnectionFailedException
public JmsConnectionFailedException()
-