Most visited

Recently visited

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)

From class java.lang.Throwable
From class java.lang.Object

Public constructors

NetworkErrorException

Added in API level 5
NetworkErrorException ()

NetworkErrorException

Added in API level 5
NetworkErrorException (String message)

参数(Parameters)
message String

NetworkErrorException

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

参数(Parameters)
message String
cause Throwable

NetworkErrorException

Added in API level 5
NetworkErrorException (Throwable cause)

参数(Parameters)
cause Throwable

Hooray!