public class OSSException extends ServiceException
| 构造器和说明 |
|---|
OSSException() |
OSSException(String errorMessage) |
OSSException(String errorMessage,
String errorCode,
String requestId,
String hostId,
String header,
String resourceType,
String method) |
OSSException(String errorMessage,
String errorCode,
String requestId,
String hostId,
String header,
String resourceType,
String method,
Throwable cause) |
OSSException(String errorMessage,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getHeader() |
String |
getMessage() |
String |
getMethod() |
String |
getResourceType() |
getErrorCode, getErrorMessage, getHostId, getRequestIdpublic OSSException()
public OSSException(String errorMessage)
public OSSException(String errorMessage, String errorCode, String requestId, String hostId, String header, String resourceType, String method)
public String getResourceType()
public String getHeader()
public String getMethod()
public String getMessage()
getMessage 在类中 ServiceExceptionCopyright © 2015. All Rights Reserved.