Uses of Class
io.fluxzero.sdk.common.exception.FunctionalException
Packages that use FunctionalException
Package
Description
-
Uses of FunctionalException in io.fluxzero.sdk.tracking.handling
Subclasses of FunctionalException in io.fluxzero.sdk.tracking.handlingModifier and TypeClassDescriptionclassThrown to indicate that a command was rejected due to business logic violations. -
Uses of FunctionalException in io.fluxzero.sdk.tracking.handling.authentication
Subclasses of FunctionalException in io.fluxzero.sdk.tracking.handling.authenticationModifier and TypeClassDescriptionclassThrown to signal that the user is not authenticated.classThrown 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.fluxzero.sdk.tracking.handling.validation
Subclasses of FunctionalException in io.fluxzero.sdk.tracking.handling.validationModifier and TypeClassDescriptionclassIndicates that a request (typically a command or query) contains one or more field-level violations that prevent further processing.