Class CommandNotMappedException

All Implemented Interfaces:
Serializable

public class CommandNotMappedException extends CommandException
Indicates that an action has no command mapping. The declaration can be updated to include a definitionId.
Since:
3.3
See Also:
  • Constructor Details

    • CommandNotMappedException

      public CommandNotMappedException(String message)
      Parameters:
      message - the detail message; may be null.
    • CommandNotMappedException

      public CommandNotMappedException(String message, Throwable cause)
      Creates a new instance of this class with the specified detail message and cause.
      Parameters:
      message - the detail message; may be null
      cause - the cause; may be null.