public class DMCException extends ServiceException
| 构造器和说明 |
|---|
DMCException() |
DMCException(String errorMessage) |
DMCException(String errorMessage,
String errorCode) |
DMCException(String errorMessage,
String errorCode,
String requestId,
String hostId,
String header,
String resourceType,
String method) |
DMCException(String errorMessage,
String errorCode,
String requestId,
String hostId,
String header,
String resourceType,
String method,
String rawResponseError) |
DMCException(String errorMessage,
String errorCode,
String requestId,
String hostId,
String header,
String resourceType,
String method,
String rawResponseError,
Throwable cause) |
DMCException(String errorMessage,
String errorCode,
String requestId,
String hostId,
String header,
String resourceType,
String method,
Throwable cause) |
DMCException(String errorMessage,
Throwable cause) |
DMCException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getHeader() |
String |
getMessage() |
String |
getMethod() |
String |
getResourceType() |
getErrorCode, getErrorMessage, getHostId, getRawResponseError, getRequestId, setRawResponseErrorpublic DMCException()
public DMCException(String errorMessage)
public DMCException(Throwable cause)
public DMCException(String errorMessage, String errorCode, String requestId, String hostId, String header, String resourceType, String method)
public DMCException(String errorMessage, String errorCode, String requestId, String hostId, String header, String resourceType, String method, Throwable cause)
public DMCException(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 © 2025. All rights reserved.