public class

AuthenticateException

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

Class Overview

Authentication step has failed. This error usually happens when the server sends a response with a 401 or 403 HTTP status code.

Summary

Public Constructors
AuthenticateException(ContentQuery query)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AuthenticateException (ContentQuery query)

Parameters
query which query has failed with authentication