public class BusinessException extends BaseException implements EnumInterface
| 限定符和类型 | 字段和说明 |
|---|---|
private static long |
serialVersionUID |
code, msg| 构造器和说明 |
|---|
BusinessException(EnumInterface enums,
Object... args) |
BusinessException(int code,
String message) |
BusinessException(String message) |
getCode, getMsgaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCode, getMsgprivate static final long serialVersionUID
public BusinessException(String message)
public BusinessException(int code,
String message)
public BusinessException(EnumInterface enums, Object... args)
Copyright © 2021. All rights reserved.