Class BadRequestException

All Implemented Interfaces:
Serializable

public class BadRequestException extends LoggableFailure
Thrown by RESTEasy when HTTP Bad Request (400) is encountered
See Also:
  • Constructor Details

    • BadRequestException

      public BadRequestException(String s)
    • BadRequestException

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

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

      public BadRequestException(String s, Throwable throwable)
    • BadRequestException

      public BadRequestException(Throwable throwable)
    • BadRequestException

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