Package com.smartsheet.api.oauth
Class AccessDeniedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.smartsheet.api.SmartsheetException
-
- com.smartsheet.api.oauth.OAuthAuthorizationCodeException
-
- com.smartsheet.api.oauth.AccessDeniedException
-
- All Implemented Interfaces:
java.io.Serializable
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.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccessDeniedException(java.lang.String message)
Constructor.
-