Class AuthenticationFailedException

  • All Implemented Interfaces:
    Serializable

    public class AuthenticationFailedException
    extends Exception
    Indicates that authentication failed and the request should be aborted.
    See Also:
    Serialized Form
    • Constructor Detail

      • AuthenticationFailedException

        public AuthenticationFailedException​(@Nullable
                                             String user,
                                             @Nullable
                                             String tokenStr,
                                             net.oauth.OAuthMessage oAuthMessage,
                                             Throwable cause)
    • Method Detail

      • getOAuthMessage

        public net.oauth.OAuthMessage getOAuthMessage()
      • getTokenString

        @CheckForNull
        public String getTokenString()
      • getUser

        @CheckForNull
        public String getUser()