Class IllegalCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.fluxcapacitor.javaclient.common.exception.FunctionalException
io.fluxcapacitor.javaclient.tracking.handling.IllegalCommandException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a command was rejected due to business logic violations.
This is typically used when a command is syntactically valid but semantically unacceptable in the current system state.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalCommandException
-