Class NotAuthorizedRequestException

  • All Implemented Interfaces:
    Serializable

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

      • NotAuthorizedRequestException

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