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:
java.io.Serializable
public class BadRequestHttpException extends HttpException
Bad requestHttpException
.- Author:
- Daniel Sagenschneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadRequestHttpException(WritableHttpHeader[] headers, java.lang.String entity)
Instantiate.
-
Method Summary
-
Methods inherited from class net.officefloor.server.http.HttpException
getEntity, getHttpHeaders, getHttpStatus, getMessage, writeHttpResponse
-
-
-
-
Constructor Detail
-
BadRequestHttpException
public BadRequestHttpException(WritableHttpHeader[] headers, java.lang.String entity)
Instantiate.- Parameters:
headers
-WritableHttpHeader
instances.entity
-HttpResponse
entity.
-
-