public class BizException extends RuntimeException
| 构造器和说明 |
|---|
BizException() |
BizException(BizExceptionEnum codeEnum) |
BizException(long code,
boolean retryable,
String message) |
BizException(String message) |
BizException(String message,
Throwable cause) |
BizException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCode() |
boolean |
isRetryable() |
public BizException()
public BizException(String message)
public BizException(Throwable cause)
public BizException(long code,
boolean retryable,
String message)
public BizException(BizExceptionEnum codeEnum)
public Long getCode()
public boolean isRetryable()
Copyright © 2021. All rights reserved.