Class Auth403Exception

  • All Implemented Interfaces:
    Serializable

    public class Auth403Exception
    extends AuthException
    The 403 (Forbidden) status code indicates that the server understood the request but refuses to authorize it...If authentication credentials were provided in the request, the server considers them insufficient to grant access.
    See Also:
    Serialized Form
    • Constructor Detail

      • Auth403Exception

        public Auth403Exception()
      • Auth403Exception

        public Auth403Exception​(Throwable cause)