org.apache.hadoop.hbase
Class DoNotRetryIOException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccessDeniedException, CoprocessorException, FailedSanityCheckException, FatalConnectionException, HBaseSnapshotException, InvalidFamilyOperationException, InvalidLabelException, LabelAlreadyExistsException, LeaseException, LockTimeoutException, NamespaceExistException, NamespaceNotFoundException, NoSuchColumnFamilyException, NotAllMetaRegionsOnlineException, OperationConflictException, OutOfOrderScannerNextException, ScannerTimeoutException, TableExistsException, TableNotDisabledException, TableNotEnabledException, TableNotFoundException, UnknownProtocolException, UnknownScannerException

@InterfaceAudience.Public
@InterfaceStability.Stable
public class DoNotRetryIOException
extends HBaseIOException

Subclass if exception is not meant to be retried: e.g. UnknownScannerException

See Also:
Serialized Form

Constructor Summary
DoNotRetryIOException()
          default constructor
DoNotRetryIOException(String message)
           
DoNotRetryIOException(String message, Throwable cause)
           
DoNotRetryIOException(Throwable cause)
           
 
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

DoNotRetryIOException

public DoNotRetryIOException()
default constructor


DoNotRetryIOException

public DoNotRetryIOException(String message)
Parameters:
message -

DoNotRetryIOException

public DoNotRetryIOException(String message,
                             Throwable cause)
Parameters:
message -
cause -

DoNotRetryIOException

public DoNotRetryIOException(Throwable cause)


Copyright © 2015 The Apache Software Foundation. All Rights Reserved.