public class VolumeException extends Exception
In order to unify TunnelException and OdpsException
| Modifier and Type | Field and Description |
|---|---|
static String |
NON_VOLUME_FS_ERROR |
static String |
UNKNOWN_REQUEST_ID |
| Constructor and Description |
|---|
VolumeException(String errMsg) |
VolumeException(String errCode,
String errMsg) |
VolumeException(String errMsg,
Throwable e) |
VolumeException(Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrCode() |
String |
getErrMsg() |
String |
getMessage() |
String |
getRequestId() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic static final String UNKNOWN_REQUEST_ID
public static final String NON_VOLUME_FS_ERROR
Copyright © 2019 Alibaba Cloud Computing. All rights reserved.