Uses of Class
io.fluxcapacitor.javaclient.common.exception.FunctionalException
Packages that use FunctionalException
Package
Description
-
Uses of FunctionalException in io.fluxcapacitor.javaclient.tracking.handling
Subclasses of FunctionalException in io.fluxcapacitor.javaclient.tracking.handlingModifier and TypeClassDescriptionclass
Thrown to indicate that a command was rejected due to business logic violations. -
Uses of FunctionalException in io.fluxcapacitor.javaclient.tracking.handling.authentication
Modifier and TypeClassDescriptionclass
Thrown to signal that the user is not authenticated.class
Thrown when an authenticated user attempts to access a resource or perform an action for which they lack the required permissions. -
Uses of FunctionalException in io.fluxcapacitor.javaclient.tracking.handling.validation
Modifier and TypeClassDescriptionclass
Indicates that a request (typically a command or query) contains one or more field-level violations that prevent further processing.