Package net.officefloor.web.session
Class StoringSessionHttpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.officefloor.server.http.HttpException
-
- net.officefloor.web.session.StoringSessionHttpException
-
- All Implemented Interfaces:
java.io.Serializable
public class StoringSessionHttpException extends HttpException
Indicates theHttpSession
is currently being stored and can not be altered until storage is complete.- Author:
- Daniel Sagenschneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StoringSessionHttpException()
Instantiate.StoringSessionHttpException(java.lang.Throwable cause)
Instantiate.
-
Method Summary
-
Methods inherited from class net.officefloor.server.http.HttpException
getEntity, getHttpHeaders, getHttpStatus, getMessage, writeHttpResponse
-
-