public class NotValidException extends BadUserRequestException
This exception is thrown, if a given value is not valid.
| Constructor and Description | 
|---|
NotValidException()  | 
NotValidException(String message)  | 
NotValidException(String message,
                 Throwable cause)  | 
NotValidException(Throwable cause)  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2017. All rights reserved.