Added in API level 5

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

Added in API level 5
public NetworkErrorException ()

NetworkErrorException

Added in API level 5
public NetworkErrorException (String message)

Parameters
message String

NetworkErrorException

Added in API level 5
public NetworkErrorException (String message, 
                Throwable cause)

Parameters
message String

cause Throwable

NetworkErrorException

Added in API level 5
public NetworkErrorException (Throwable cause)

Parameters
cause Throwable