Class ReExecuted

  • All Implemented Interfaces:
    Serializable

    public class ReExecuted
    extends CommandException
    This is a trick for RemoteRestCommand where command lifecycle must be restarted. One reason is potential change of cached CommandModel.
    Author:
    mmares
    See Also:
    Serialized Form
    • Constructor Detail

      • ReExecuted

        public ReExecuted​(int executionResult)
    • Method Detail

      • getExecutionResult

        public int getExecutionResult()