Class AccessDeniedException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccessDeniedException.ExpiredAccessToken, AccessDeniedException.MissingAccessToken, AccessDeniedException.NoSuchAccessToken

public class AccessDeniedException extends I10nProfileException
Exception thrown when a request is rejected because of a problem with the access token (not provided, expired or not found).
Author:
avasquez
See Also:
  • Constructor Details

    • AccessDeniedException

      protected AccessDeniedException(String key, Object... args)