public class ValidationException extends Exception
| Constructor and Description |
|---|
ValidationException(Validator.Status status,
Response response,
String message) |
ValidationException(Validator.Status status,
Response response,
String message,
Throwable cause) |
ValidationException(Validator.Status status,
Response response,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ValidationException(Validator.Status status,
Response response,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace() |
Response |
getResponse() |
Validator.Status |
getStatus() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidationException(Validator.Status status, Response response, String message)
public ValidationException(Validator.Status status, Response response, String message, Throwable cause)
public ValidationException(Validator.Status status, Response response, Throwable cause)
public ValidationException(Validator.Status status, Response response, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public Validator.Status getStatus()
public Response getResponse()
public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2018. All rights reserved.