Class InternalServerException

  • All Implemented Interfaces:
    Serializable

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

      • InternalServerException

        public InternalServerException​(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