Class OperationNotAttemptedException

  • All Implemented Interfaces:
    Serializable

    public class OperationNotAttemptedException
    extends ApiException
    Indicates that the broker did not attempt to execute this operation. This may happen for batched RPCs where some operations in the batch failed, causing the broker to respond without trying the rest.
    See Also:
    Serialized Form
    • Constructor Detail

      • OperationNotAttemptedException

        public OperationNotAttemptedException​(String message)