public class InvalidOAuthGrantException extends OAuthTokenException
This is the exception thrown by OAuthFlow to indicate an "invalid_grant" error occurred when obtaining
OAuth tokens.
Thread safety: Exceptions are not thread safe.
| Constructor and Description |
|---|
InvalidOAuthGrantException(String message)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidOAuthGrantException(String message)
message - the messageCopyright © 2014–2017 Smartsheet. All rights reserved.