public class NotFoundException extends HttpException
not found.| Constructor and Description |
|---|
NotFoundException(String message)
Creates
NotFoundException. |
NotFoundException(String message,
Throwable cause)
Creates
NotFoundException. |
statusaddSuppressed, 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.