public class ResponseValidationException extends ResponseProcessingException
| Constructor and Description | 
|---|
| ResponseValidationException(String message)Constructor taking an error message. | 
| ResponseValidationException(String message,
                           Throwable cause)Constructor taking an error message and the cause of the error. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResponseValidationException(String message)
message - the error messageCopyright © 2018 Litsec AB. All rights reserved.