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