public class OSSException extends ServiceException
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHeader() |
String |
getMessage() |
String |
getMethod() |
String |
getResourceType() |
getErrorCode, getErrorMessage, getHostId, getRawResponseError, getRequestId, setRawResponseErroraddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 in class ServiceExceptionCopyright © 2021. All Rights Reserved.