public final class ProtocolVersionException extends ConnectionException
Constructor and Description |
---|
ProtocolVersionException(byte major,
byte minor) |
ProtocolVersionException(byte major,
byte minor,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
byte |
getMajor() |
byte |
getMinor() |
void |
rethrow() |
getClose
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProtocolVersionException(byte major, byte minor, Throwable cause)
public ProtocolVersionException(byte major, byte minor)
public byte getMajor()
public byte getMinor()
public void rethrow()
rethrow
in class ConnectionException
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.