public class OAuthRedirectException
extends net.oauth.OAuthException
| Constructor and Description |
|---|
OAuthRedirectException(String redirectURL,
net.oauth.OAuthAccessor accessor) |
| Modifier and Type | Method and Description |
|---|---|
net.oauth.OAuthAccessor |
getAccessor() |
String |
getRedirectURL() |
void |
setAccessor(net.oauth.OAuthAccessor accessor) |
void |
setRedirectURL(String redirectURL) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OAuthRedirectException(String redirectURL, net.oauth.OAuthAccessor accessor)
redirectURL - requestToken - tokenSecret - public String getRedirectURL()
public void setRedirectURL(String redirectURL)
redirectURL - the redirectURL to setpublic net.oauth.OAuthAccessor getAccessor()
public void setAccessor(net.oauth.OAuthAccessor accessor)
accessor - the accessor to setCopyright © 2016. All Rights Reserved.