public class ValidationException extends RuntimeException
| Constructor and Description |
|---|
ValidationException()
Constructs a new validation exception with the default detail message and no cause.
|
ValidationException(String message)
Constructs a new validation exception with the specified detail message and no cause.
|
ValidationException(String message,
Throwable cause)
Constructs a new validation exception with the specified detail message and
cause.
|
ValidationException(Throwable cause)
Constructs a new validation exception with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidationException()
public ValidationException(String message)
public ValidationException(String message, Throwable cause)
public ValidationException(Throwable cause)
Copyright © 2015. All rights reserved.