org.apache.hadoop.hbase.exceptions
Class ConstraintException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.exceptions.HBaseIOException
org.apache.hadoop.hbase.exceptions.DoNotRetryIOException
org.apache.hadoop.hbase.exceptions.ConstraintException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Private
public class ConstraintException
- extends DoNotRetryIOException
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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConstraintException
public ConstraintException()
ConstraintException
public ConstraintException(String msg)
ConstraintException
public ConstraintException(String msg,
Throwable cause)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.