Class OkHttpFutureException

    • Constructor Detail

      • OkHttpFutureException

        public OkHttpFutureException​(okhttp3.Call call,
                                     Throwable cause)
    • Method Detail

      • getCall

        public okhttp3.Call getCall()
        The call responsible of this exception.
        Returns:
        The call.