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