Class ForbiddenRequestException

  • All Implemented Interfaces:
    Serializable

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

      • ForbiddenRequestException

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