Uses of Class
net.oauth.OAuthProblemException
-
Packages that use OAuthProblemException Package Description net.oauth net.oauth.client -
-
Uses of OAuthProblemException in net.oauth
Methods in net.oauth that throw OAuthProblemException Modifier and Type Method Description voidOAuthMessage. requireParameters(String... names)Verify that the required parameter names are contained in the actual collection.protected voidSimpleOAuthValidator. validateTimestampAndNonce(OAuthMessage message)This implementation doesn't check the nonce value. -
Uses of OAuthProblemException in net.oauth.client
Methods in net.oauth.client that return OAuthProblemException Modifier and Type Method Description OAuthProblemExceptionOAuthResponseMessage. toOAuthProblemException()Encapsulate this message as an exception.Methods in net.oauth.client that throw OAuthProblemException Modifier and Type Method Description voidOAuthResponseMessage. requireParameters(String... names)
-