Package io.jenkins.plugins.okhttp.api
Class OkHttpFutureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jenkins.plugins.okhttp.api.OkHttpFutureException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OkHttpFutureException
-
-
Method Details
-
getCall
public okhttp3.Call getCall()The call responsible of this exception.- Returns:
- The call.
-