Package com.swiftmq.amqp.v100.client
Class ConnectionClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.swiftmq.amqp.v100.client.AMQPException
com.swiftmq.amqp.v100.client.ConnectionClosedException
- All Implemented Interfaces:
Serializable
An exception thrown if a connection is closed.
- Author:
- IIT Software GmbH, Bremen/Germany, (c) 2011, All Rights Reserved
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectionClosedException
Create a ConnectionClosedException.- Parameters:
s
- exception message
-