Class Auth401Exception

  • All Implemented Interfaces:
    Serializable

    public class Auth401Exception
    extends AuthException
    The 401 (Unauthorized) status code indicates that the request has not been applied because it lacks valid authentication credentials for the target resource.
    See Also:
    Serialized Form
    • Constructor Detail

      • Auth401Exception

        public Auth401Exception()
      • Auth401Exception

        public Auth401Exception​(Throwable cause)