public class ProcessHttpCommandRequestException extends Exception
| Constructor and Description |
|---|
ProcessHttpCommandRequestException(org.glassfish.api.ActionReport report)
Constructs an instance of
InvalidPreconditionException with the specified detail
message. |
ProcessHttpCommandRequestException(org.glassfish.api.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 |
|---|---|
org.glassfish.api.ActionReport |
getReport() |
org.glassfish.grizzly.http.util.HttpStatus |
getResponseStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProcessHttpCommandRequestException(org.glassfish.api.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(org.glassfish.api.ActionReport report,
org.glassfish.grizzly.http.util.HttpStatus responseStatus)
InvalidPreconditionException with the specified detail
message.report - Report with resultresponseStatus - HttpResponse status codeCopyright © 2013. All Rights Reserved.