@InterfaceAudience.Private public class ConstraintException extends DoNotRetryIOException
Put.
Does NOT attempt the Put multiple times, since the
constraint should fail every time for the same Put
(it should be idempotent).
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ConstraintException() |
ConstraintException(String msg) |
ConstraintException(String msg,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public ConstraintException()
public ConstraintException(String msg)
public ConstraintException(String msg, Throwable cause)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.