public void stop(CompletionCode completionCode)
     throws IllegalValueException, NoStartedActionException {
   super.stop(completionCode);
 }
 public void stop() throws NoStartedActionException {
   super.stop();
 }