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