org.apache.qpid.transport
Class ProtocolVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.qpid.transport.TransportException
org.apache.qpid.transport.ConnectionException
org.apache.qpid.transport.ProtocolVersionException
- All Implemented Interfaces:
- Serializable
public final class ProtocolVersionException
- extends ConnectionException
ProtocolVersionException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProtocolVersionException
public ProtocolVersionException(byte major,
byte minor,
Throwable cause)
ProtocolVersionException
public ProtocolVersionException(byte major,
byte minor)
getMajor
public byte getMajor()
getMinor
public byte getMinor()
rethrow
public void rethrow()
- Overrides:
rethrow
in class ConnectionException
Licensed to the Apache Software Foundation