Class ConstraintException

All Implemented Interfaces:
Serializable

@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: