Searched refs:OAuthProblemException (Results 1 – 6 of 6) sorted by relevance
78 OAuthProblemException problem = new OAuthProblemException("version_rejected"); in validateVersion()87 throws IOException, OAuthProblemException { in validateTimestampAndNonce()94 OAuthProblemException problem = new OAuthProblemException("timestamp_refused"); in validateTimestampAndNonce()
35 public class OAuthProblemException extends OAuthException { class39 public OAuthProblemException() { in OAuthProblemException() method in OAuthProblemException42 public OAuthProblemException(String problem) { in OAuthProblemException() method in OAuthProblemException
231 throws OAuthProblemException, IOException { in requireParameters()240 … OAuthProblemException problem = new OAuthProblemException(OAuth.Problems.PARAMETER_ABSENT); in requireParameters()
24 import net.oauth.OAuthProblemException;84 public void requireParameters(String... names) throws OAuthProblemException, IOException { in requireParameters()87 } catch (OAuthProblemException problem) { in requireParameters()
34 import net.oauth.OAuthProblemException;320 OAuthProblemException problem = new OAuthProblemException(); in invoke()
33 import net.oauth.OAuthProblemException;69 OAuthProblemException problem = new OAuthProblemException( in validate()226 OAuthProblemException problem = new OAuthProblemException( in newMethod()