类的使用
com.digiwin.dap.middleware.dwpay.DwPayException
使用DwPayException的程序包
程序包
说明
-
com.digiwin.dap.middleware.dwpay.common.comm中DwPayException的使用
修饰符和类型方法说明voidRequestHandler.handle(RequestMessage request) voidResponseHandler.handle(ResponseMessage response) -
com.digiwin.dap.middleware.dwpay.common.utils中DwPayException的使用
修饰符和类型方法说明static DwPayExceptionExceptionFactory.createDMCException(StdError errorResult) static DwPayExceptionExceptionFactory.createDMCException(String requestId, String errorCode, String message) static DwPayExceptionExceptionFactory.createDMCException(String requestId, String errorCode, String message, String rawResponseError) static DwPayExceptionExceptionFactory.createInvalidResponseException(String requestId, String message, String rawResponseError) static DwPayExceptionExceptionFactory.createInvalidResponseException(String requestId, String rawResponseError, Throwable cause) static DwPayExceptionExceptionFactory.createUnknownDMCException(String requestId, int statusCode) -
com.digiwin.dap.middleware.dwpay.internal中DwPayException的使用