Uses of Class
com.amilesend.client.connection.ConnectionException
Packages that use ConnectionException
-
Uses of ConnectionException in com.amilesend.client.connection
Subclasses of ConnectionException in com.amilesend.client.connectionModifier and TypeClassDescriptionclass
Defines the exception thrown fromConnection
that is specific to an issue with a request.class
Defines the exception thrown fromConnection
that is specific to an issue with a response.class
Defines the exception thrown fromConnection
that is specific to an issue with parsing a response.class
Defines the exception thrown fromConnection
when a request is throttled.Methods in com.amilesend.client.connection that throw ConnectionExceptionModifier and TypeMethodDescriptionokhttp3.Response
Connection.execute
(@NonNull okhttp3.Request request) Executes the givenRequest
and returns the associated HTTP response code.<T> T
Connection.execute
(@NonNull okhttp3.Request request, @NonNull GsonParser<T> parser) Executes the givenRequest
and parses the JSON-formatted response with givenGsonParser
. -
Uses of ConnectionException in com.amilesend.client.connection.auth
Subclasses of ConnectionException in com.amilesend.client.connection.authModifier and TypeClassDescriptionclass
Defines the exception thrown due to issues with authorization.