Class InvalidStateTransitionException

All Implemented Interfaces:
Serializable

public class InvalidStateTransitionException extends ModuleException
See Also:
  • Constructor Details

    • InvalidStateTransitionException

      public InvalidStateTransitionException(ModuleState currentState, ModuleState attemptedState)
  • Method Details

    • getCurrentState

      public ModuleState getCurrentState()
    • getAttemptedState

      public ModuleState getAttemptedState()