Package net.officefloor.web.session
Class InvalidatedSessionHttpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.officefloor.server.http.HttpException
net.officefloor.web.session.InvalidatedSessionHttpException
- All Implemented Interfaces:
Serializable
Indicates the
HttpSession is currently invalidated and can not be
used. This can occur:
- after the
HttpSessionhas been invalidated with no furtherHttpSessionrequired (in other words not creating anotherHttpSession) - during
HttpSessioninvalidation as anotherHttpSessionis being created - failure in invalidating the
HttpSession
- Author:
- Daniel Sagenschneider
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInitiate.Initiate with cause. -
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
-
InvalidatedSessionHttpException
public InvalidatedSessionHttpException()Initiate. -
InvalidatedSessionHttpException
Initiate with cause.- Parameters:
cause- Cause ofHttpSessionbeing invalid.
-