Class UnauthorizedException

All Implemented Interfaces:
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:
  • Constructor Details

    • UnauthorizedException

      public UnauthorizedException()
      Deprecated.
    • UnauthorizedException

      public UnauthorizedException(String s)
      Deprecated.
    • UnauthorizedException

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

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

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

      public UnauthorizedException(Throwable throwable)
      Deprecated.
    • UnauthorizedException

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