public class ConstraintViolationException extends RuntimeException
IllegalArgumentException?" The short answer is that that exception is really only meant to be thrown when
checking method inputs and we wanted something that could really be used anywhere.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
| Constructor and Description |
|---|
ConstraintViolationException(String message)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public ConstraintViolationException(String message)
message - message describing the violated constraintCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.