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