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, UnsupportedCellCodecException, UnsupportedCompressionCodecException, WrongVersionException
@InterfaceAudience.Public
@InterfaceStability.Evolving
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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FatalConnectionException
public FatalConnectionException()
FatalConnectionException
public FatalConnectionException(String msg)
FatalConnectionException
public FatalConnectionException(String msg,
Throwable t)
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.