Class BadRequestException

  • All Implemented Interfaces:
    Serializable

    public class BadRequestException
    extends javax.ws.rs.WebApplicationException
    The Class BadParameterException.
    Author:
    Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Oct 22, 2018
    See Also:
    Serialized Form
    • Constructor Detail

      • BadRequestException

        public BadRequestException​(javax.servlet.http.HttpServletRequest request,
                                   javax.ws.rs.core.Response.Status httpReturnStatus,
                                   String message,
                                   Class thrownBySource,
                                   URI help)
        Instantiates a new bad parameter exception.
        Parameters:
        request - the request
        httpReturnStatus - the http return status
        message - the message
        thrownBySource - the thrown by source
        help - the help