Class AlarmSequenceException

All Implemented Interfaces:
Serializable

public class AlarmSequenceException extends YamcsException
Used by AlarmServer to indicate that a specified alarm instance does not have the expected sequence number.
See Also:
  • Constructor Details

    • AlarmSequenceException

      public AlarmSequenceException(int expectedId, int actualId)