public
class
NetworkErrorException
extends AccountsException
java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | android.accounts.AccountsException | |||
↳ | android.accounts.NetworkErrorException |
Public constructors | |
---|---|
NetworkErrorException()
|
|
NetworkErrorException(String message)
|
|
NetworkErrorException(String message, Throwable cause)
|
|
NetworkErrorException(Throwable cause)
|
Inherited methods | |
---|---|
public NetworkErrorException ()