Package | Description |
---|---|
com.aliyun.mbaas.oss.model |
Modifier and Type | Method and Description |
---|---|
OSSException.ExceptionType |
OSSException.getExceptionType()
返回此次异常的类型。在查看异常信息前,应该调用此方法判断异常类型。
类型分为LOCAL_EXCEPTION和OSS_EXCEPTION
|
static OSSException.ExceptionType |
OSSException.ExceptionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OSSException.ExceptionType[] |
OSSException.ExceptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|