Package org.apache.activemq
Class ConnectionFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.jms.JMSException
-
- org.apache.activemq.ConnectionFailedException
-
- All Implemented Interfaces:
Serializable
public class ConnectionFailedException extends JMSException
An exception thrown when the a connection failure is detected (peer might close the connection, or a keep alive times out, etc.)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionFailedException()
ConnectionFailedException(IOException 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
-
ConnectionFailedException
public ConnectionFailedException(IOException cause)
-
ConnectionFailedException
public ConnectionFailedException()
-
-