Class BadRequestException

  • All Implemented Interfaces:
    Serializable

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

      • BadRequestException

        public BadRequestException​(String s)
        Deprecated.
      • BadRequestException

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

        public BadRequestException​(String s,
                                   Throwable throwable,
                                   javax.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,
                                   javax.ws.rs.core.Response response)
        Deprecated.