Class NotFoundException

  • All Implemented Interfaces:
    Serializable

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

      • NotFoundException

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