Class DoNotRetryIOException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccessDeniedException, ConcurrentTableModificationException, ConnectionImplementation.LocalConnectionClosedException, ConstraintException, CoprocessorException, CorruptHFileException, DoNotRetryRegionException, FailedSanityCheckException, FatalConnectionException, HBaseSnapshotException, InvalidFamilyOperationException, InvalidLabelException, LabelAlreadyExistsException, LeaseException, MasterStoppedException, NamespaceExistException, NamespaceNotFoundException, NoSuchColumnFamilyException, NotAllMetaRegionsOnlineException, OperationTimeoutExceededException, OutOfOrderScannerNextException, QuotaExceededException, ReplicationPeerNotFoundException, RequestTooBigException, ScannerResetException, ServerTooBusyException, StoppedRpcClientException, TableExistsException, TableNotDisabledException, TableNotEnabledException, TableNotFoundException, UnknownProtocolException, UnknownScannerException

@Public public class DoNotRetryIOException extends HBaseIOException
Subclass if exception is not meant to be retried: e.g. UnknownScannerException
See Also: