Class OAuth20AccessDeniedException

All Implemented Interfaces:
Serializable

public class OAuth20AccessDeniedException extends OAuth20Exception
Represents an authorization exception to access protected resources.
See Also:
  • Constructor Details

    • OAuth20AccessDeniedException

      public OAuth20AccessDeniedException()
      Creates a OAuth20AccessDeniedException.
    • OAuth20AccessDeniedException

      public OAuth20AccessDeniedException(String msgKey)
  • Method Details

    • formatSelf

      public String formatSelf(Locale locale, String encoding)
      Overrides:
      formatSelf in class OAuth20Exception
    • setHttpStatusCode

      public void setHttpStatusCode(int iHttpStatusCode)
    • getHttpStatusCode

      public int getHttpStatusCode()