public class BadRequestException extends RestApiException
| Constructor and Description |
|---|
BadRequestException(String msg) |
BadRequestException(String msg,
Throwable cause) |
caching, cachingaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BadRequestException(String msg)
msg - error text for client describing how request is bad.