public class BusinessException extends MyException
| 构造器和说明 |
|---|
BusinessException()
Creates a new instance of ExcelReadException.
|
BusinessException(String message)
Creates a new instance of ExcelReadException.
|
BusinessException(String message,
int code)
Creates a new instance of QxException.
|
BusinessException(String message,
Throwable cause)
Creates a new instance of ExcelReadException.
|
BusinessException(String message,
Throwable cause,
String nbxx) |
getCode, getData, getMessage, getResult, setCode, setDatapublic BusinessException()
public BusinessException(String message)
message - 异常消息public BusinessException(String message, int code)
message - 异常消息code - 异常代码public BusinessException(String message, Throwable cause)
message - 异常消息cause - 原异常Copyright © 2024. All rights reserved.