类 SelectObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.obs.services.exception.ObsException
com.obs.services.model.select.SelectObjectException
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Returns the error codeReturns the error messagetoString()Formats the error to string从类继承的方法 com.obs.services.exception.ObsException
getEncodedAuthorizationMessage, getErrorHostId, getErrorIndicator, getErrorRequestId, getMessage, getResponseCode, getResponseHeaders, getResponseStatus, getXmlMessage, setEncodedAuthorizationMessage, setErrorCode, setErrorHostId, setErrorIndicator, setErrorMessage, setErrorRequestId, setResponseCode, setResponseHeaders, setResponseStatus, setXmlMessage
-
构造器详细资料
-
SelectObjectException
-
-
方法详细资料
-
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
-