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:
    Serialized Form
    • Constructor Detail

      • InvalidOAuthTokenException

        public InvalidOAuthTokenException​(String message)