Class StateNotAllowedException

All Implemented Interfaces:
Serializable

public class StateNotAllowedException extends VitamException
This exception is thrown only if transition for the currentState to the given new state is not allowed Possible case: current state is completed, any action (next, resume, cancel, pause) current state is running, action is next or resume
See Also:
  • Constructor Details

    • StateNotAllowedException

      public StateNotAllowedException(String message)