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