public class

TimeoutException

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

Class Overview

Time out has been reached. The query operation takes too long.

Summary

Public Constructors
TimeoutException(ContentQuery query)
Creates an error that means the query takes too long.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public TimeoutException (ContentQuery query)

Creates an error that means the query takes too long.

Parameters
query which query takes too long.