Searched defs:OAuthException (Results 1 – 2 of 2) sorted by relevance
22 public class OAuthException extends Exception { class27 protected OAuthException() { in OAuthException() method in OAuthException33 public OAuthException(String message) { in OAuthException() method in OAuthException40 public OAuthException(Throwable cause) { in OAuthException() method in OAuthException48 public OAuthException(String message, Throwable cause) { in OAuthException() method in OAuthException
46 class OAuthException extends GoogleAuthException { class52 OAuthException(String errorCode, @Nullable String errorDescription, @Nullable String errorUri) { in OAuthException() method in OAuthException