Class ConstraintViolationException

    • Constructor Detail

      • ConstraintViolationException

        public ConstraintViolationException​(Collection<ConstraintViolation> ve)
        Creates a ConstraintViolationException with the set of violations
        Parameters:
        ve - the violations
      • ConstraintViolationException

        public ConstraintViolationException​(ConstraintViolation... ve)
        Creates a ConstraintViolationException with the set of violations
        Parameters:
        ve - the violations