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