public class BadRequestException
extends javax.ws.rs.WebApplicationException
| Constructor and Description |
|---|
BadRequestException(String message)
Constructor that adds a message to the 'bad request' (status code 400)
HTTP response.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BadRequestException(String message)
message - the message to add to the responseCopyright © 1999–2017 Apache OODT. All rights reserved.