public class BizRuntimeException extends RuntimeException
| Constructor and Description |
|---|
BizRuntimeException()
业务运行时异常
|
BizRuntimeException(String message)
业务运行时异常
|
BizRuntimeException(String messageCode,
String message,
Throwable cause)
业务运行时异常
|
BizRuntimeException(String message,
Throwable cause)
业务运行时异常
|
BizRuntimeException(Throwable cause)
业务运行时异常
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BizRuntimeException()
public BizRuntimeException(String message)
message - 错误信息public BizRuntimeException(Throwable cause)
cause - 异常信息public BizRuntimeException(String message, Throwable cause)
message - 错误信息cause - 异常信息Copyright © 2018–2021. All rights reserved.