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,
String rawResponseError) |
OSSException(String errorMessage,
String errorCode,
String requestId,
String hostId,
String header,
String resourceType,
String method,
String rawResponseError,
Throwable cause) |
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, getRawResponseError, getRequestId, setRawResponseErrorpublic OSSException()
public OSSException(String errorMessage)
public OSSException(String errorMessage, String errorCode, String requestId, String hostId, String header, String resourceType, String method)
public OSSException(String errorMessage, String errorCode, String requestId, String hostId, String header, String resourceType, String method, Throwable cause)
public OSSException(String errorMessage, String errorCode, String requestId, String hostId, String header, String resourceType, String method, String rawResponseError)
public String getResourceType()
public String getHeader()
public String getMethod()
public String getMessage()
getMessage 在类中 ServiceExceptionCopyright © 2020. All Rights Reserved.