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