Does NOT attempt the {@link Put} multiple times, since the constraintshould fail every time for the same {@link Put} (it should beidempotent).
25262728293031
*/ public class AllFailConstraint extends BaseConstraint { @Override public void check(Put p) throws ConstraintException { throw new ConstraintException("AllFailConstraint fails for all puts"); }