Searched defs:NetworkErrorException (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DNetworkErrorException.java18 public class NetworkErrorException extends AccountsException { class in inherits:AccountsException
19 public NetworkErrorException() { method in class:NetworkErrorException
22 public NetworkErrorException(String message) { method in class:NetworkErrorException
25 public NetworkErrorException(String message, Throwable cause) { method in class:NetworkErrorException
28 public NetworkErrorException(Throwable cause) { method in class:NetworkErrorException

Completed in 625 milliseconds