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

/external/oauth/core/src/main/java/net/oauth/
H A DOAuthException.java22 public class OAuthException extends Exception { class in inherits:Exception
27 protected OAuthException() { method in class:OAuthException
33 public OAuthException(String message) { method in class:OAuthException
40 public OAuthException(Throwable cause) { method in class:OAuthException
48 public OAuthException(String message, Throwable cause) { method in class:OAuthException

Completed in 109 milliseconds