Package net.officefloor.web.escalation
Class BadRequestHttpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.officefloor.server.http.HttpException
net.officefloor.web.escalation.BadRequestHttpException
- All Implemented Interfaces:
Serializable
Bad request
HttpException.- Author:
- Daniel Sagenschneider
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBadRequestHttpException(WritableHttpHeader[] headers, String entity) Instantiate. -
Method Summary
Methods inherited from class net.officefloor.server.http.HttpException
getEntity, getHttpHeaders, getHttpStatus, getMessage, writeHttpResponseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadRequestHttpException
Instantiate.- Parameters:
headers-WritableHttpHeaderinstances.entity-HttpResponseentity.
-