public class LiteFlowException extends RuntimeException
| Constructor and Description |
|---|
LiteFlowException(String message)
构建一个异常
|
LiteFlowException(String code,
String message)
构建一个异常
|
LiteFlowException(String code,
String message,
Throwable cause)
构建一个异常
|
LiteFlowException(String message,
Throwable cause)
构建一个异常
|
LiteFlowException(Throwable cause)
构建一个异常
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 © 2025. All rights reserved.