public class BaseException extends RuntimeException
| 限定符 | 构造器和说明 |
|---|---|
protected |
BaseException() |
|
BaseException(int code) |
|
BaseException(int code,
String message,
String description) |
|
BaseException(int code,
String message,
String description,
org.springframework.http.HttpStatus httpStatus) |
Copyright © 2023 Irvingsoft. All rights reserved.