| 程序包 | 说明 |
|---|---|
| com.yeepay.yop.sdk.exception |
| 限定符和类型 | 方法和说明 |
|---|---|
YopServiceException.ErrorType |
YopServiceException.getErrorType()
Indicates who is responsible for this exception (caller, service, or unknown).
|
static YopServiceException.ErrorType |
YopServiceException.ErrorType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static YopServiceException.ErrorType[] |
YopServiceException.ErrorType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
YopServiceException.setErrorType(YopServiceException.ErrorType errorType)
Sets the type of error represented by this exception (sender, receiver, or unknown),
indicating if this exception was the caller's fault, or the service's fault.
|
Copyright © 2024. All rights reserved.