Package org.apache.hadoop.hbase.ipc
Class FatalConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.DoNotRetryIOException
org.apache.hadoop.hbase.ipc.FatalConnectionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadAuthException
,EmptyServiceNameException
,UnknownServiceException
,UnsupportedCellCodecException
,UnsupportedCompressionCodecException
,UnsupportedCryptoException
,WrongVersionException
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:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FatalConnectionException
public FatalConnectionException() -
FatalConnectionException
-
FatalConnectionException
-