Class CommandIssue.AssemblyBusyIssue

  • All Implemented Interfaces:
    CommandIssue, java.io.Serializable, scala.Equals, scala.Product
    Enclosing interface:
    CommandIssue

    public static final class CommandIssue.AssemblyBusyIssue
    extends java.lang.Object
    implements CommandIssue, scala.Product, java.io.Serializable
    Returned when an Assembly receives a command and one is already executing

    param: reason describing the cause of this issue

    See Also:
    Serialized Form
    • Constructor Detail

      • AssemblyBusyIssue

        public AssemblyBusyIssue​(java.lang.String reason)
    • Method Detail

      • reason

        public java.lang.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