Class AuthenticationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.auth.AuthenticationFailedException
- All Implemented Interfaces:
Serializable
Indicates that authentication failed and the request should be aborted.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationFailedException(String user, String tokenStr, net.oauth.OAuthMessage oAuthMessage, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationFailedException
-
-
Method Details
-
getOAuthMessage
public net.oauth.OAuthMessage getOAuthMessage() -
getTokenString
-
getUser
-