Package 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,ConcurrentTableModificationException,ConstraintException,CoprocessorException,CorruptHFileException,DoNotRetryRegionException,FailedSanityCheckException,FatalConnectionException,HBaseSnapshotException,InvalidFamilyOperationException,InvalidLabelException,InvalidMutationDurabilityException,LabelAlreadyExistsException,LeaseException,MasterStoppedException,NamespaceExistException,NamespaceNotFoundException,NoSuchColumnFamilyException,NotAllMetaRegionsOnlineException,OutOfOrderScannerNextException,QuotaExceededException,ReplicationPeerNotFoundException,RequestTooBigException,ScannerResetException,ServerTooBusyException,StoppedRpcClientException,TableExistsException,TableNotDisabledException,TableNotEnabledException,TableNotFoundException,UnknownProtocolException,UnknownScannerException
Subclass if exception is not meant to be retried: e.g.
UnknownScannerException- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDoNotRetryIOException(String message) DoNotRetryIOException(String message, Throwable throwable) DoNotRetryIOException(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
- See Also:
-
-
Constructor Details
-
DoNotRetryIOException
public DoNotRetryIOException() -
DoNotRetryIOException
- Parameters:
message- the message for this exception
-
DoNotRetryIOException
- Parameters:
message- the message for this exceptionthrowable- theThrowableto use for this exception
-
DoNotRetryIOException
- Parameters:
throwable- theThrowableto use for this exception
-