public class BizException extends Admin4jException
业务异常
业务处理时,出现异常,可以抛出该异常
比如:“用户没有登录”,“没有权限操作”。| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
args| Constructor and Description |
|---|
BizException(IResponse response,
Object[] args,
String message) |
BizException(IResponse response,
Object[] args,
String message,
Throwable cause) |
BizException(String message) |
BizException(Throwable e) |
getMsg, setResponse, throwException, throwExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
Copyright © 2023. All rights reserved.