@ControllerAdvice @ResponseBody public class GlobalExceptionHandler extends Object
| 构造器和说明 |
|---|
GlobalExceptionHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.http.ResponseEntity |
ossException(OssException e) |
org.springframework.http.ResponseEntity |
smsException(SmsException e) |
@ExceptionHandler(value=SmsException.class) public org.springframework.http.ResponseEntity smsException(SmsException e)
@ExceptionHandler(value=OssException.class) public org.springframework.http.ResponseEntity ossException(OssException e)
Copyright © 2019. All rights reserved.