public class ValidationException extends Exception
| Constructor and Description |
|---|
ValidationException(String message)
Creates a ValidationException with the specified detail message.
|
ValidationException(String message,
Throwable cause)
Creates a ValidationException with the specified detail message and
cause.
|
ValidationException(Throwable cause)
Creates a ValidationException with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidationException(String message, Throwable cause)
public ValidationException(String message)
public ValidationException(Throwable cause)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.