美文网首页
Spring异常默认HTTP状态码

Spring异常默认HTTP状态码

作者: 沥人土土 | 来源:发表于2017-04-21 15:36 被阅读0次
Spring异常 HTTP状态码
BindException 400 - Bad Request
ConversionNotSupportedException 500 - Internal Server Error
HttpMediaTypeNotAcceptableException 406 - Not Acceptable
HttpMediaTypeNotSupportedException 415 - Unsupported Media Type
HttpMessageNotReadableException 400 - Bad Request
HttpMessageNotWritableException 500 - Internal Server Error
HttpRequestMethodNotSupportedException 405 - Method Not Allowed
MethodArgumentNotValidException 400 - Bad Request
MissingServletRequestParameterException 400 - Bad Request
MissingServletRequesPartException 400 - Bad Request
NoSuchRequestHandlingMethodException 404 - Not Found
TypeMismatchException 400 - Bad Request

相关文章

网友评论

      本文标题:Spring异常默认HTTP状态码

      本文链接:https://www.haomeiwen.com/subject/grmdzttx.html