public final class WuiBadRequestException extends WuiException
400 is associated to this exception. This exception is intended to be thrown when a request is
properly formatted but can not be understood by the server. This is the expected exception when a passed structure
source is invalid.| Constructor and Description |
|---|
WuiBadRequestException(String message) |
WuiBadRequestException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Response.Status |
getStatus()
Associated status.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WuiBadRequestException(String message)
public Response.Status getStatus()
WuiExceptiongetStatus in class WuiException