Class CommandIssue.RequiredSequencerUnavailableIssue

java.lang.Object
csw.params.commands.CommandIssue.RequiredSequencerUnavailableIssue
All Implemented Interfaces:
CommandIssue, Serializable, scala.Equals, scala.Product
Enclosing interface:
CommandIssue

public static final class CommandIssue.RequiredSequencerUnavailableIssue extends Object implements CommandIssue, scala.Product, Serializable
A required Sequencer is not available

param: reason describing the cause of this issue

See Also:
  • Constructor Details

    • RequiredSequencerUnavailableIssue

      public RequiredSequencerUnavailableIssue(String reason)
  • Method Details

    • reason

      public String reason()
      Description copied from interface: CommandIssue
      A method to access the reason of command issue

      Specified by:
      reason in interface CommandIssue
      Returns:
      the reason for a command issue