Package net.officefloor.web.escalation
Class NotFoundHttpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.officefloor.server.http.HttpException
-
- net.officefloor.web.escalation.NotFoundHttpException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotFoundHttpException extends HttpException
Not foundHttpException
.- Author:
- Daniel Sagenschneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundHttpException(java.lang.String requestUri)
Instantiate.
-
Method Summary
-
Methods inherited from class net.officefloor.server.http.HttpException
getEntity, getHttpHeaders, getHttpStatus, getMessage, writeHttpResponse
-
-