Class RetriesExhaustedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.client.RetriesExhaustedException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RetriesExhaustedWithDetailsException

@Public public class RetriesExhaustedException extends IOException
Exception thrown by HTable methods when an attempt to do something (like commit changes) fails after a bunch of retries.
See Also: