Class CommandIssue.RequiredServiceUnavailableIssue

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

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

param: reason describing the cause of this issue

See Also:
  • Constructor Details

    • RequiredServiceUnavailableIssue

      public RequiredServiceUnavailableIssue(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