public class BaseBusinessException extends RuntimeException
构造器和说明 |
---|
BaseBusinessException() |
BaseBusinessException(Integer code,
Object data,
String messageTemplate,
Object... params) |
BaseBusinessException(Integer code,
String msg) |
BaseBusinessException(Integer code,
String msg,
Object data) |
BaseBusinessException(Integer code,
String msg,
Object data,
Throwable throwable) |
BaseBusinessException(Integer code,
String msg,
Throwable throwable) |
BaseBusinessException(ResponseStatus respCodeEntity) |
BaseBusinessException(String message) |
BaseBusinessException(String message,
Throwable cause) |
BaseBusinessException(Throwable cause) |
BaseBusinessException(Throwable throwable,
Integer code,
Object data,
String messageTemplate,
Object... params) |
限定符和类型 | 方法和说明 |
---|---|
Integer |
getCode() |
Object |
getData() |
public BaseBusinessException()
public BaseBusinessException(String message)
public BaseBusinessException(Throwable cause)
public BaseBusinessException(ResponseStatus respCodeEntity)
public BaseBusinessException(Integer code, String msg, Object data, Throwable throwable)
public BaseBusinessException(Integer code, Object data, String messageTemplate, Object... params)