Package com.swiftmq.amqp.v100.client
Class UnsupportedProtocolVersionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.swiftmq.amqp.v100.client.UnsupportedProtocolVersionException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedProtocolVersionException extends java.lang.Exception
An exception thrown if the remote server doesn't support the SASL or AMQP protocol version.- Author:
- IIT Software GmbH, Bremen/Germany, (c) 2011, All Rights Reserved
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedProtocolVersionException(java.lang.String s)
Creates an UnsupportedProtocolVersionException.
-