# Print output for @column tags ?> NetworkErrorException - Android SDK | Android Developers

Most visited

Recently visited

NetworkErrorException

public class NetworkErrorException
extends AccountsException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ android.accounts.AccountsException
         ↳ android.accounts.NetworkErrorException


Summary

Public constructors

NetworkErrorException()
NetworkErrorException(String message)
NetworkErrorException(String message, Throwable cause)
NetworkErrorException(Throwable cause)

Inherited methods

Public constructors

NetworkErrorException

public NetworkErrorException ()

NetworkErrorException

public NetworkErrorException (String message)

Parameters
message String

NetworkErrorException

public NetworkErrorException (String message, 
                Throwable cause)

Parameters
message String

cause Throwable

NetworkErrorException

public NetworkErrorException (Throwable cause)

Parameters
cause Throwable