public class ProcessHttpCommandRequestException extends Exception
| Constructor and Description |
|---|
ProcessHttpCommandRequestException(ActionReport report)
Constructs an instance of
InvalidPreconditionException with the specified detail
message. |
ProcessHttpCommandRequestException(ActionReport report,
org.glassfish.grizzly.http.util.HttpStatus responseStatus)
Constructs an instance of
InvalidPreconditionException with the specified detail
message. |
ProcessHttpCommandRequestException(org.glassfish.grizzly.http.util.HttpStatus responseStatus)
Constructs an instance of
InvalidPreconditionException with the specified detail
message. |
| Modifier and Type | Method and Description |
|---|---|
ActionReport |
getReport() |
org.glassfish.grizzly.http.util.HttpStatus |
getResponseStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProcessHttpCommandRequestException(ActionReport report)
InvalidPreconditionException with the specified detail
message.report - Report with resultpublic ProcessHttpCommandRequestException(org.glassfish.grizzly.http.util.HttpStatus responseStatus)
InvalidPreconditionException with the specified detail
message.responseStatus - HttpResponse status codepublic ProcessHttpCommandRequestException(ActionReport report, org.glassfish.grizzly.http.util.HttpStatus responseStatus)
InvalidPreconditionException with the specified detail
message.report - Report with resultresponseStatus - HttpResponse status codepublic ActionReport getReport()
public org.glassfish.grizzly.http.util.HttpStatus getResponseStatus()
Copyright © 2019. All rights reserved.