org.apache.hadoop.hbase
Class DoNotRetryIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.