public class ConstraintException
extends org.apache.hadoop.hbase.DoNotRetryIOException
org.apache.hadoop.hbase.client.Put.
Does NOT attempt the
org.apache.hadoop.hbase.client.Put multiple times,
since the constraint should fail every time for
the same org.apache.hadoop.hbase.client.Put (it should be
idempotent).
| Constructor and Description |
|---|
ConstraintException() |
ConstraintException(java.lang.String msg) |
ConstraintException(java.lang.String msg,
java.lang.Throwable cause) |