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
|