public class BaseException extends Exception
| 构造器和说明 |
|---|
BaseException() |
BaseException(ConstantEnum constantEnum) |
BaseException(String message) |
BaseException(String message,
Integer code) |
BaseException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getCode() |
void |
setCode(Integer code) |
public BaseException()
public BaseException(String message)
public BaseException(ConstantEnum constantEnum)
public BaseException(Throwable cause)
Copyright © 2019 RffanLAB. All rights reserved.