Package org.apache.hadoop.hbase.client
Class DoNotRetryRegionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.DoNotRetryIOException
org.apache.hadoop.hbase.client.DoNotRetryRegionException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 MergeRegionException,NoServerForRegionException,RowTooBigException,UnknownRegionException
Similar to RegionException, but disables retries.
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
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
- 
DoNotRetryRegionException
public DoNotRetryRegionException() - 
DoNotRetryRegionException
 - 
DoNotRetryRegionException
 - 
DoNotRetryRegionException
 
 -