public class

NoConnectionException

extends NetworkException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.neomades.content.ContentException
           ↳ com.neomades.content.network.NetworkException
             ↳ com.neomades.content.network.NoConnectionException

Class Overview

The network connectivity does not exist and the device could not establish connections and pass data.

Summary

Public Constructors
NoConnectionException(ContentQuery query)
Creates an error that means the network connectivity is not possible
[Expand]
Inherited Methods
From class com.neomades.content.network.NetworkException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NoConnectionException (ContentQuery query)

Creates an error that means the network connectivity is not possible

Parameters
query which query has failed with this type of error.