Class ClientDeliveryState.ClientRejected

    • Constructor Detail

      • ClientRejected

        public ClientRejected​(java.lang.String condition,
                              java.lang.String description)
        Create a new Rejected outcome with the given description of the rejection cause.
        Parameters:
        condition - the condition that defines the rejection outcome.
        description - the description of the underlying cause of the rejection.
      • ClientRejected

        public ClientRejected​(java.lang.String condition,
                              java.lang.String description,
                              java.util.Map<java.lang.String,​java.lang.Object> info)
        Create a new Rejected outcome with the given description of the rejection cause.
        Parameters:
        condition - the condition that defines the rejection outcome.
        description - the description of the underlying cause of the rejection.
        info - additional information to be provide to the remote about the rejection.