| 程序包 | 说明 |
|---|---|
| com.github.houbb.heaven.response.exception |
异常相关信息
Created: 2019-02-20 20:59
Project: heaven
|
| com.github.houbb.heaven.response.respcode.impl |
| 限定符和类型 | 类和说明 |
|---|---|
class |
GenericAdviceRuntimeException
通用运行时异常
1.
|
| 构造器和说明 |
|---|
GenericAdviceRuntimeException(AdviceRespCode adviceRespCode) |
GenericAdviceRuntimeException(String message,
AdviceRespCode adviceRespCode) |
GenericAdviceRuntimeException(String message,
Throwable cause,
AdviceRespCode adviceRespCode) |
GenericAdviceRuntimeException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
AdviceRespCode adviceRespCode) |
GenericAdviceRuntimeException(Throwable cause,
AdviceRespCode adviceRespCode) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CommonAdviceRespCode
包含建议的响应码
|
Copyright © 2024. All rights reserved.