Class UnauthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.fluxcapacitor.javaclient.common.exception.FunctionalException
io.fluxcapacitor.javaclient.tracking.handling.authentication.UnauthorizedException
- All Implemented Interfaces:
Serializable
Thrown when an authenticated user attempts to access a resource or perform an action for which they lack the required
permissions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnauthorizedException
(String message) Constructs a newUnauthorizedException
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
-
UnauthorizedException
Constructs a newUnauthorizedException
with the specified detail message.
-