Class RestClientException.CallAdapterProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.restclient.exception.RestClientException
dev.voidframework.restclient.exception.RestClientException.CallAdapterProcessingException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RestClientException
Exception indicates that something goes wrong during the call adapter process.
- Since:
- 1.9.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.restclient.exception.RestClientException
RestClientException.CallAdapterProcessingException, RestClientException.InvalidServiceIdentifier -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CallAdapterProcessingException
Build a new instance.- Since:
- 1.9.0
-