public class VolumeException extends Exception
In order to unify TunnelException and OdpsException
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
NON_VOLUME_FS_ERROR |
static String |
UNKNOWN_REQUEST_ID |
| 构造器和说明 |
|---|
VolumeException(String errMsg) |
VolumeException(String errCode,
String errMsg) |
VolumeException(String errMsg,
Throwable e) |
VolumeException(Throwable e) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getErrCode() |
String |
getErrMsg() |
String |
getMessage() |
String |
getRequestId() |
String |
toString() |
Copyright © 2015 Alibaba Cloud Computing. All rights reserved.