public class EosApiException extends RuntimeException
| 构造器和说明 |
|---|
EosApiException(ErrorCode eosErrorCode) |
EosApiException(String message,
ErrorCode eosErrorCode) |
EosApiException(String message,
Throwable cause,
ErrorCode eosErrorCode) |
EosApiException(Throwable cause) |
EosApiException(Throwable cause,
ErrorCode eosErrorCode) |
| 限定符和类型 | 方法和说明 |
|---|---|
ErrorCode |
getEosErrorCode() |
void |
setEosErrorCode(ErrorCode eosErrorCode) |
Copyright © 2019. All rights reserved.