public class ValidationException extends Exception
| Constructor and Description | 
|---|
| ValidationException()Constructs an  Exceptionwith no specified detail message. | 
| ValidationException(String s)Constructs an  Exceptionwith 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–2025 Apache Software Foundation. All rights reserved.