public class NotFoundException extends HttpException
not found.| Constructor | Description |
|---|---|
NotFoundException(java.lang.String message) |
Creates
NotFoundException. |
NotFoundException(java.lang.String message,
java.lang.Throwable cause) |
Creates
NotFoundException. |
statuspublic NotFoundException(java.lang.String message)
NotFoundException.message - the messagepublic NotFoundException(java.lang.String message,
java.lang.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.