public class ValidationException extends Exception
| Constructor and Description | 
|---|
ValidationException()
Constructs an  
Exception with no specified detail message. | 
ValidationException(String s)
Constructs an  
Exception with the specified detail message. | 
ValidationException(String message,
                   Throwable cause)  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidationException()
Exception with no specified detail message.public ValidationException(String s)
Exception with the specified detail message.s - the detail message.Copyright © 2000–2020 Apache Software Foundation. All rights reserved.