public class CodeException extends Exception
| 构造器和说明 |
|---|
CodeException(ErrorCode errorcode)
Instantiates a new code exception.
|
CodeException(Integer code,
String message)
Instantiates a new code exception.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getCode()
Gets the code.
|
void |
setCode(Integer code)
Sets the code.
|
Copyright © 2020. All rights reserved.