Class UnauthorizedException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class UnauthorizedException
    extends LoggableFailure
    Deprecated.
    Replaced by javax.ws.rs.NotAuthorizedException in jaxrs-api module.
    Thrown by RESTEasy when HTTP Unauthorized (401) is encountered
    See Also:
    NotAuthorizedException, Serialized Form
    • Constructor Detail

      • UnauthorizedException

        public UnauthorizedException()
        Deprecated.
      • UnauthorizedException

        public UnauthorizedException​(java.lang.String s)
        Deprecated.
      • UnauthorizedException

        public UnauthorizedException​(java.lang.String s,
                                     javax.ws.rs.core.Response response)
        Deprecated.
      • UnauthorizedException

        public UnauthorizedException​(java.lang.String s,
                                     java.lang.Throwable throwable,
                                     javax.ws.rs.core.Response response)
        Deprecated.
      • UnauthorizedException

        public UnauthorizedException​(java.lang.String s,
                                     java.lang.Throwable throwable)
        Deprecated.
      • UnauthorizedException

        public UnauthorizedException​(java.lang.Throwable throwable)
        Deprecated.
      • UnauthorizedException

        public UnauthorizedException​(java.lang.Throwable throwable,
                                     javax.ws.rs.core.Response response)
        Deprecated.