- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ExpiredAuthorizationException, InvalidAuthorizationException, RevokedAuthorizationException
public class RejectedAuthorizationException
extends NotAuthorizedException
Exception indicating that the authorization used during an operation invocation is rejected by the server.
This can occur when
- an access token that is malformed or fails signature validation
- an access token has been revoked
- an access token has expired
- See Also:
- Serialized Form