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:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an UnsupportedProtocolVersionException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedProtocolVersionException
Creates an UnsupportedProtocolVersionException.- Parameters:
s
- exception message
-