程序包 | 说明 |
---|---|
com.sinacloud.scs |
限定符和类型 | 方法和说明 |
---|---|
SCSServiceException.ErrorType |
SCSServiceException.getErrorType()
Indicates who is responsible for this exception (caller, service,
or unknown).
|
static SCSServiceException.ErrorType |
SCSServiceException.ErrorType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static SCSServiceException.ErrorType[] |
SCSServiceException.ErrorType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
void |
SCSServiceException.setErrorType(SCSServiceException.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 © 2016. All rights reserved.