public class ConstraintViolationException extends MappingException
| Constructor and Description |
|---|
ConstraintViolationException(Collection<ConstraintViolation> ve)
Creates a ConstraintViolationException with the set of violations
|
ConstraintViolationException(ConstraintViolation... ve)
Creates a ConstraintViolationException with the set of violations
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConstraintViolationException(Collection<ConstraintViolation> ve)
ve - the violationspublic ConstraintViolationException(ConstraintViolation... ve)
ve - the violations