Serializablepublic class NotFoundException extends HttpException
not found.| Constructor | Description |
|---|---|
NotFoundException(String message) |
Creates
NotFoundException. |
NotFoundException(String message,
Throwable cause) |
Creates
NotFoundException. |
statusclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotFoundException(String message)
NotFoundException.message - the messagepublic NotFoundException(String message, Throwable cause)
NotFoundException.message - the messagecause - the cause of this exceptionCopyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.