public final class ProtocolVersionException extends Exception
Exception that is thrown to indicate that the client is not
compatible with the server.| Constructor and Description |
|---|
ProtocolVersionException()
Creates a new
ProtocolVersionException. |
ProtocolVersionException(String message)
Creates a new
ProtocolVersionException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProtocolVersionException()
ProtocolVersionException.public ProtocolVersionException(String message)
ProtocolVersionException.message - A message describing the exceptional condition.Copyright © 2016. All rights reserved.