类 SelectObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.warpin.thirdPart.huawei.obs.obs.services.exception.ObsException
cn.warpin.thirdPart.huawei.obs.obs.services.model.select.SelectObjectException
- 所有已实现的接口:
Serializable
Select Object Content exception
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Returns the error codeReturns the error messagetoString()Formats the error to string从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.exception.ObsException
getErrorHostId, getErrorIndicator, getErrorRequestId, getResponseCode, getResponseHeaders, getResponseStatus, getXmlMessage, setErrorCode, setErrorHostId, setErrorIndicator, setErrorMessage, setErrorRequestId, setResponseCode, setResponseHeaders, setResponseStatus, setXmlMessage
-
构造器详细资料
-
SelectObjectException
Constructor- 参数:
code- Error codemessage- Error message
-
-
方法详细资料
-
getErrorCode
Returns the error code- 覆盖:
getErrorCode在类中ObsException- 返回:
- Error code
-
getErrorMessage
Returns the error message- 覆盖:
getErrorMessage在类中ObsException- 返回:
- Error details
-
toString
Formats the error to string- 覆盖:
toString在类中ObsException- 返回:
- String with the error code and message
-