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:
java.io.Serializable
public class ConnectionClosedException extends AMQPException
An exception thrown if a connection is closed.- Author:
- IIT Software GmbH, Bremen/Germany, (c) 2011, All Rights Reserved
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionClosedException(java.lang.String s)
Create a ConnectionClosedException.
-