Class ScxHttpException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadRequestException, ForbiddenException, InternalServerErrorException, MethodNotAllowedException, NotFoundException, UnauthorizedException, UnsupportedMediaTypeException

public class ScxHttpException extends RuntimeException

当我们的代码中有需要向客户端返回错误信息的时候

推荐创建 HttpRequestException 的实现类并抛出异常 , 而不是手动进行异常的处理与响应的返回

Version:
0.0.1
Author:
scx567888
See Also: