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