类 DwPayException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.digiwin.dap.middleware.dwpay.ServiceException
com.digiwin.dap.middleware.dwpay.DwPayException
- 所有已实现的接口:
Serializable
The DMCException is thrown upon error when accessing DMC.
- 从以下版本开始:
- 1.0.0
- 作者:
- fobgochod
- 另请参阅:
-
构造器概要
构造器构造器说明DwPayException(String errorMessage) DwPayException(String errorMessage, String errorCode) DwPayException(String errorMessage, String errorCode, String requestId, String hostId, String header, String resourceType, String method) DwPayException(String errorMessage, String errorCode, String requestId, String hostId, String header, String resourceType, String method, String rawResponseError) DwPayException(String errorMessage, String errorCode, String requestId, String hostId, String header, String resourceType, String method, String rawResponseError, Throwable cause) DwPayException(String errorMessage, String errorCode, String requestId, String hostId, String header, String resourceType, String method, Throwable cause) DwPayException(String errorMessage, Throwable cause) DwPayException(Throwable cause) -
方法概要
从类继承的方法 com.digiwin.dap.middleware.dwpay.ServiceException
getErrorCode, getErrorMessage, getHostId, getRawResponseError, getRequestId, setRawResponseError
-
构造器详细资料
-
DwPayException
public DwPayException() -
DwPayException
-
DwPayException
-
DwPayException
-
DwPayException
-
DwPayException
-
DwPayException
-
DwPayException
-
DwPayException
-
-
方法详细资料
-
getResourceType
-
getHeader
-
getMethod
-
getMessage
- 覆盖:
getMessage在类中ServiceException
-