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