系统在接受到这个异常以后,将返回404 Not Found
错误页面。
The request was rejected because it attempted to reference a resource that does not exist.
The request was rejected because it attempted to reference a resource that does not exist.
The named resource does not exist.
Thrown when the requested resource (for example, a dataset or record) does not exist.
This exception is thrown when the resource which is being attempted to be changed is in use.
The operation tried to access a nonexistent table or index. The resource may not be specified correctly, or its status may not be ACTIVE
.
The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.
The requested resource could not be found. It might not be specified correctly, or it might not be in the ACTIVE
state.
The function or the event source specified in the request does not exist.
Returned if the specified resource does not exist.
Indicates that a resource was not found.
The advantage of using this exception over the HttpServletResponse.sendError
methods is that the request can be aborted immediately all the way up in the call stack and that in addition to the status code and an optional message a Throwable
may be supplied providing more information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|