FileDocCategorySizeDatePackage
NetworkErrorException.javaAPI DocAndroid 5.1 API502Sat Mar 14 14:09:42 GMT 2015android.accounts

NetworkErrorException

public class NetworkErrorException extends android.accounts.AccountsException

Fields Summary
Constructors Summary
public NetworkErrorException()

 throw new RuntimeException("Stub!"); 
public NetworkErrorException(String message)

 throw new RuntimeException("Stub!"); 
public NetworkErrorException(String message, Throwable cause)

 throw new RuntimeException("Stub!"); 
public NetworkErrorException(Throwable cause)

 throw new RuntimeException("Stub!"); 
Methods Summary