Class RestClient.RestClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.flyfish.oauth.client.RestClient.RestClientException
- All Implemented Interfaces:
Serializable
- Enclosing class:
RestClient
异常类,用于包装异常
- Author:
- Mr.Wang
1. 全builder调用,用户系统内部相互通信 2. 支持异步回调 3. 多样性组合 4. 解耦实现
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRestClientException(String message) RestClientException(String message, Exception nested) RestClientException(String message, Exception nested, Object bind) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RestClientException
-
RestClientException
-
RestClientException
-
-
Method Details
-
getBind
public <T> T getBind() -
setBind
-
getNested
-