Class IllegalCommandException

All Implemented Interfaces:
Serializable

public class IllegalCommandException extends FunctionalException
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 Details

    • IllegalCommandException

      public IllegalCommandException(String message)