public class LiteFlowException extends RuntimeException
| 构造器和说明 |
|---|
LiteFlowException(String message)
构建一个异常
|
LiteFlowException(String code,
String message)
构建一个异常
|
LiteFlowException(String code,
String message,
Throwable cause)
构建一个异常
|
LiteFlowException(String message,
Throwable cause)
构建一个异常
|
LiteFlowException(Throwable cause)
构建一个异常
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCode() |
public LiteFlowException(String message)
message - 异常描述信息public LiteFlowException(String code, String message)
code - 异常状态码message - 异常描述信息public LiteFlowException(Throwable cause)
cause - 异常对象public LiteFlowException(String message, Throwable cause)
message - 异常信息cause - 异常对象public String getCode()
Copyright © 2024. All rights reserved.