Class InvalidOAuthTokenException

All Implemented Interfaces:
Serializable

public class InvalidOAuthTokenException extends OAuthRequestException
InvalidOAuthTokenException is thrown when a request contains an invalid OAuth token (for example, a token that has been revoked by the user).
See Also:
  • Constructor Details

    • InvalidOAuthTokenException

      public InvalidOAuthTokenException(String message)