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:
java.io.Serializable
public class AuthenticationContinuationException extends HttpException
Indicates
HttpUrlContinuation
failure inHttpAuthentication
.Typically this occurs because the original request
HttpUrlContinuation
state could not be obtained to continue processing after authentication.- Author:
- Daniel Sagenschneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationContinuationException(java.lang.String entity)
Instantiate.
-
Method Summary
-
Methods inherited from class net.officefloor.server.http.HttpException
getEntity, getHttpHeaders, getHttpStatus, getMessage, writeHttpResponse
-
-