public class HORMException extends RuntimeException implements ErrorCodeRecordable
| 构造器和说明 |
|---|
HORMException() |
HORMException(int code,
String message) |
HORMException(int code,
String message,
Throwable cause) |
HORMException(String message) |
HORMException(String message,
Throwable cause) |
HORMException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode() |
void |
setCode(int code) |
public HORMException()
public HORMException(String message)
public HORMException(int code,
String message)
public HORMException(Throwable cause)
public int getCode()
getCode 在接口中 ErrorCodeRecordablepublic void setCode(int code)
Copyright © 2023. All rights reserved.