Package lumis.portal.authentication.http
Class ContinueOnNextRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.authentication.http.ContinueOnNextRequestException
-
- All Implemented Interfaces:
Serializable
@StableMinor(version="14.0", sinceVersion="4.0") public class ContinueOnNextRequestException extends Exception
Exception that indicates that an authentication could not be completed yet, and will continue during the next request.- Since:
- 4.0.10
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
- See Also:
lumis.portal.authentication.http
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContinueOnNextRequestException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-