Class OkHttpFutureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jenkins.plugins.okhttp.api.OkHttpFutureException
All Implemented Interfaces:
Serializable

public class OkHttpFutureException extends RuntimeException
See Also:
  • Constructor Details

    • OkHttpFutureException

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

    • getCall

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