public abstract class ConstraintViolationException extends Exception
| Constructor and Description |
|---|
ConstraintViolationException()
Constructs a
ConstraintViolationException with no detail message. |
ConstraintViolationException(String message)
Constructs a
ConstraintViolationException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConstraintViolationException()
ConstraintViolationException with no detail message.public ConstraintViolationException(String message)
ConstraintViolationException with the specified detail message.message - the detail message.Copyright © 2022. All rights reserved.