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 |
|
|---|---|
java.lang.Throwable
|
|
java.lang.Object
|
|
NetworkErrorException (String message)
| Parameters | |
|---|---|
message |
String
|
NetworkErrorException (String message, Throwable cause)
| Parameters | |
|---|---|
message |
String
|
cause |
Throwable
|
NetworkErrorException (Throwable cause)
| Parameters | |
|---|---|
cause |
Throwable
|