Class UnauthenticatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.fluxcapacitor.javaclient.common.exception.FunctionalException
io.fluxcapacitor.javaclient.tracking.handling.authentication.UnauthenticatedException
- All Implemented Interfaces:
Serializable
Thrown to signal that the user is not authenticated.
This typically occurs when no valid authentication token is present or the session has expired.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnauthenticatedException
(String message) Constructs a newUnauthenticatedException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnauthenticatedException
Constructs a newUnauthenticatedException
with the specified detail message.
-