FileDocCategorySizeDatePackage
NetworkErrorException.javaAPI DocAndroid 5.1 API1037Thu Mar 12 22:22:08 GMT 2015android.accounts

NetworkErrorException

public class NetworkErrorException extends AccountsException

Fields Summary
Constructors Summary
public NetworkErrorException()

        super();
    
public NetworkErrorException(String message)

        super(message);
    
public NetworkErrorException(String message, Throwable cause)

        super(message, cause);
    
public NetworkErrorException(Throwable cause)

        super(cause);
    
Methods Summary