Class ProcessHttpCommandRequestException

  • All Implemented Interfaces:
    Serializable

    public class ProcessHttpCommandRequestException
    extends Exception
    Inform, that HttpCommandExecution has problem. Must change status code.
    Author:
    mmares
    See Also:
    Serialized Form
    • Constructor Detail

      • ProcessHttpCommandRequestException

        public ProcessHttpCommandRequestException​(ActionReport report)
        Constructs an instance of InvalidPreconditionException with the specified detail message.
        Parameters:
        report - Report with result
      • ProcessHttpCommandRequestException

        public ProcessHttpCommandRequestException​(org.glassfish.grizzly.http.util.HttpStatus responseStatus)
        Constructs an instance of InvalidPreconditionException with the specified detail message.
        Parameters:
        responseStatus - HttpResponse status code
      • ProcessHttpCommandRequestException

        public ProcessHttpCommandRequestException​(ActionReport report,
                                                  org.glassfish.grizzly.http.util.HttpStatus responseStatus)
        Constructs an instance of InvalidPreconditionException with the specified detail message.
        Parameters:
        report - Report with result
        responseStatus - HttpResponse status code
    • Method Detail

      • getResponseStatus

        public org.glassfish.grizzly.http.util.HttpStatus getResponseStatus()