类 RestClient.RestClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.flyfish.oauth.client.RestClient.RestClientException
- 所有已实现的接口:
Serializable
- 封闭类:
RestClient
异常类,用于包装异常
- 作者:
- Mr.Wang
1. 全builder调用,用户系统内部相互通信 2. 支持异步回调 3. 多样性组合 4. 解耦实现
- 另请参阅:
-
构造器概要
构造器构造器说明RestClientException(String message) RestClientException(String message, Exception nested) RestClientException(String message, Exception nested, Object bind) -
方法概要
-
构造器详细资料
-
RestClientException
-
RestClientException
-
RestClientException
-
-
方法详细资料
-
getBind
public <T> T getBind() -
setBind
-
getNested
-