Home
last modified time | relevance | path

Searched defs:OAuthException (Results 1 – 2 of 2) sorted by relevance

/external/oauth/core/src/main/java/net/oauth/
DOAuthException.java22 public class OAuthException extends Exception { class
27 protected OAuthException() { in OAuthException() method in OAuthException
33 public OAuthException(String message) { in OAuthException() method in OAuthException
40 public OAuthException(Throwable cause) { in OAuthException() method in OAuthException
48 public OAuthException(String message, Throwable cause) { in OAuthException() method in OAuthException
/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/
DOAuthException.java46 class OAuthException extends GoogleAuthException { class
52 OAuthException(String errorCode, @Nullable String errorDescription, @Nullable String errorUri) { in OAuthException() method in OAuthException