| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | com.neomades.content.ContentException | ||||
| ↳ | com.neomades.content.network.NetworkException | ||||
Known Direct Subclasses
|
Indicates that there was a network error when performing a query.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
NetworkException(ContentQuery query)
Creates a network error for a query.
| |||||||||||
|
NetworkException(ContentQuery query, NetworkResponse response)
Creates a network error for a query with response.
| |||||||||||
|
NetworkException(ContentQuery query, NetworkResponse response, String message)
Creates a network error for a query with response.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| NetworkResponse | getNetworkResponse() | ||||||||||
| ContentQuery | getQuery() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a network error for a query with response.
Creates a network error for a query with response.