Class BadRequestException

  • All Implemented Interfaces:
    Serializable

    public class BadRequestException
    extends javax.ws.rs.WebApplicationException
    Status Code 400 = Bad Request.

    The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications.

    See Also:
    Serialized Form
    • Constructor Detail

      • BadRequestException

        public BadRequestException​(String string)