Package net.officefloor.web.spi.security
Class AuthenticationContinuationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.officefloor.server.http.HttpException
net.officefloor.web.spi.security.AuthenticationContinuationException
- All Implemented Interfaces:
Serializable
Indicates HttpUrlContinuation failure in HttpAuthentication.
Typically this occurs because the original request
HttpUrlContinuation state could not be obtained to continue
processing after authentication.
- Author:
- Daniel Sagenschneider
- See Also:
-
Constructor Summary
Constructors -
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
-
AuthenticationContinuationException
Instantiate.- Parameters:
entity- Entity.
-