- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- MissingAuthorizationException, RejectedAuthorizationException
public class NotAuthorizedException
extends ApiException
Indicates the client is not authorized to invoke the API.
This can occur when:
- when invoking an API operation with a revoked or expired access token
- when invoking an operation that requires authorization without providing authorization credentials.
- See Also:
- Serialized Form