public abstract class VerificationException extends VerifierConstraintViolatedException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
VerificationException()
Constructs a new VerificationException with null as its error message string.
|
VerificationException(java.lang.String message)
Constructs a new VerificationException with the specified error message.
|
VerificationException(java.lang.String message,
java.lang.Throwable initCause)
Constructs a new VerificationException with the specified error message and exception
|
extendMessage, getMessageprivate static final long serialVersionUID
VerificationException()
VerificationException(java.lang.String message)
VerificationException(java.lang.String message,
java.lang.Throwable initCause)