Home
last modified time | relevance | path

Searched defs:OAuthException (Results 1 – 1 of 1) 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