Class FatalConnectionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadAuthException, EmptyServiceNameException, UnknownServiceException, UnsupportedCellCodecException, UnsupportedCompressionCodecException, UnsupportedCryptoException, WrongVersionException

@Public public class FatalConnectionException extends DoNotRetryIOException
Thrown when server finds fatal issue w/ connection setup: e.g. bad rpc version or unsupported auth method. Closes connection after throwing this exception with message on why the failure.
See Also: