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, toString
public BadRequestException(String message)
message
- the message to add to the responseCopyright © 1999–2017 Apache OODT. All rights reserved.