public class OkHttpFutureException extends RuntimeException
Constructor and Description |
---|
OkHttpFutureException(okhttp3.Call call,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
getCall()
The call responsible of this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OkHttpFutureException(okhttp3.Call call, Throwable cause)
Copyright © 2016–2021. All rights reserved.