Class ConstraintException
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.constraint.ConstraintException
- All Implemented Interfaces:
Serializable
Exception that a user defined constraint throws on failure of a
Put
.
Does NOT attempt the Put
multiple times, since the
constraint should fail every time for the same Put
(it should be idempotent).
- See Also:
-
Field Summary
-
Constructor Summary
-
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
-
ConstraintException
public ConstraintException() -
ConstraintException
-
ConstraintException
-