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