Package com.smartsheet.api.oauth
Class InvalidTokenRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.smartsheet.api.SmartsheetException
-
- com.smartsheet.api.oauth.OAuthTokenException
-
- com.smartsheet.api.oauth.InvalidTokenRequestException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidTokenRequestException extends OAuthTokenException
This is the exception thrown by
OAuthFlow
to indicate an "invalid_request" error occurred when obtaining OAuth tokens.Thread safety: Exceptions are not thread safe.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidTokenRequestException(java.lang.String message)
Constructor.
-