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

public static class RestClientException.CallAdapterProcessingException extends RestClientException
Exception indicates that something goes wrong during the call adapter process.
Since:
1.9.0
See Also:
  • Constructor Details

    • CallAdapterProcessingException

      public CallAdapterProcessingException(Exception cause)
      Build a new instance.
      Since:
      1.9.0