org.apache.qpid.transport
Class ProtocolVersionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.qpid.transport.TransportException
                  extended by org.apache.qpid.transport.ConnectionException
                      extended by org.apache.qpid.transport.ProtocolVersionException
All Implemented Interfaces:
Serializable

public final class ProtocolVersionException
extends ConnectionException

ProtocolVersionException

See Also:
Serialized Form

Constructor Summary
ProtocolVersionException(byte major, byte minor)
           
ProtocolVersionException(byte major, byte minor, Throwable cause)
           
 
Method Summary
 byte getMajor()
           
 byte getMinor()
           
 void rethrow()
           
 
Methods inherited from class org.apache.qpid.transport.ConnectionException
getClose
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProtocolVersionException

public ProtocolVersionException(byte major,
                                byte minor,
                                Throwable cause)

ProtocolVersionException

public ProtocolVersionException(byte major,
                                byte minor)
Method Detail

getMajor

public byte getMajor()

getMinor

public byte getMinor()

rethrow

public void rethrow()
Overrides:
rethrow in class ConnectionException


Licensed to the Apache Software Foundation