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