Class BadRequestException

All Implemented Interfaces:
Serializable

@Deprecated public class BadRequestException extends Failure
Deprecated.
This class is deprecated use jakarta.ws.rs.BadRequestException
Thrown by RESTEasy when HTTP Bad Request (400) is encountered
See Also:
  • Constructor Details

    • BadRequestException

      public BadRequestException(String s)
      Deprecated.
    • BadRequestException

      public BadRequestException(String s, jakarta.ws.rs.core.Response response)
      Deprecated.
    • BadRequestException

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

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

      public BadRequestException(Throwable throwable)
      Deprecated.
    • BadRequestException

      public BadRequestException(Throwable throwable, jakarta.ws.rs.core.Response response)
      Deprecated.