Class BrokerRemovalCanceledException

All Implemented Interfaces:
Serializable

public class BrokerRemovalCanceledException extends ApiException
Thrown if a broker removal request for the specific broker was canceled. Right now, this can happen due to: - the broker being restarted while the removal operation is ongoing - the balancer being disabled while removal is on-going - a broker replica exclusion being detected while removal is on-going. In the future, we may support explicit user cancellations.
See Also:
  • Constructor Details

    • BrokerRemovalCanceledException

      public BrokerRemovalCanceledException(String message)
    • BrokerRemovalCanceledException

      public BrokerRemovalCanceledException(String message, Throwable cause)