HomeSort by relevance Sort by last modified time
    Searched refs:OAuthProblemException (Results 1 - 6 of 6) sorted by null

  /external/oauth/core/src/main/java/net/oauth/
SimpleOAuthValidator.java 78 OAuthProblemException problem = new OAuthProblemException("version_rejected");
87 throws IOException, OAuthProblemException {
94 OAuthProblemException problem = new OAuthProblemException("timestamp_refused");
OAuthProblemException.java 35 public class OAuthProblemException extends OAuthException {
39 public OAuthProblemException() {
42 public OAuthProblemException(String problem) {
OAuthMessage.java 226 * @throws OAuthProblemException
231 throws OAuthProblemException, IOException {
240 OAuthProblemException problem = new OAuthProblemException(OAuth.Problems.PARAMETER_ABSENT);
299 * @throws OAuthProblemException
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthResponseMessage.java 24 import net.oauth.OAuthProblemException;
84 public void requireParameters(String... names) throws OAuthProblemException, IOException {
87 } catch (OAuthProblemException problem) {
OAuthClient.java 34 import net.oauth.OAuthProblemException;
55 * response, they throw an OAuthProblemException, with properties
92 * @throws OAuthProblemException
112 * @throws OAuthProblemException
134 * @throws OAuthProblemException
180 * @throws OAuthProblemException
211 * @throws OAuthProblemException
246 * @throws OAuthProblemException
261 * @throws OAuthProblemException
320 OAuthProblemException problem = new OAuthProblemException()
    [all...]
  /external/oauth/core/src/main/java/net/oauth/signature/
OAuthSignatureMethod.java 33 import net.oauth.OAuthProblemException;
60 * @throws OAuthProblemException
69 OAuthProblemException problem = new OAuthProblemException(
226 OAuthProblemException problem = new OAuthProblemException(

Completed in 77 milliseconds