类 TboxHttpResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cn.tbox.sdk.core.exception.TboxClientException
cn.tbox.sdk.core.exception.TboxHttpResponseException
- 所有已实现的接口:
Serializable
HTTP response exception.
Used to identify client HTTP request response exceptions.
- 另请参阅:
-
构造器概要
构造器构造器说明TboxHttpResponseException(int statusCode, String message) TboxHttpResponseException(String message) TboxHttpResponseException(String message, Throwable cause) -
方法概要
-
构造器详细资料
-
TboxHttpResponseException
-
TboxHttpResponseException
-
TboxHttpResponseException
-
-
方法详细资料
-
getStatusCode
public int getStatusCode()
-