Java
ResourceNotFoundException
HTTP 404 Not Found 异常。
- Module:
core - Type:
class - Package:
com.euonia.http - Extends:
HttpStatusException - Author: damon(zhaorong@outlook.com)
Methods¶
ResourceNotFoundException (constructor)¶
使用指定的消息构造异常。
- Parameters:
message(String): 错误描述
ResourceNotFoundException (constructor)¶
使用指定的消息和原因构造异常。
- Parameters:
message(String): 错误描述cause(Throwable): 异常的根因