org.apache.hadoop.hbase.ipc
Class FatalConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.hbase.HBaseIOException
                  extended by org.apache.hadoop.hbase.DoNotRetryIOException
                      extended by 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

Constructor Summary
FatalConnectionException()
           
FatalConnectionException(String msg)
           
FatalConnectionException(String msg, Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.