public class InterceptorException extends RuntimeException
| 构造器和说明 |
|---|
InterceptorException() |
InterceptorException(Integer code,
String message) |
InterceptorException(String message) |
InterceptorException(String message,
Throwable cause) |
InterceptorException(String message,
Throwable cause,
int code) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode() |
String |
getMsg() |
Copyright © 2024 tan. All rights reserved.