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() |
getCloseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 ConnectionExceptionCopyright © 2006–2018 The Apache Software Foundation. All rights reserved.