Class BalancerOfflineException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.confluent.kafkarest.exceptions.StatusCodeException
io.confluent.kafkarest.exceptions.BalancerOfflineException
All Implemented Interfaces:
Serializable

public final class BalancerOfflineException extends io.confluent.kafkarest.exceptions.StatusCodeException
An exception that indicates the Confluent Balancer component is not ready to process requests, either because it is not enabled or because it has not managed to start yet.
See Also:
  • Constructor Details

    • BalancerOfflineException

      public BalancerOfflineException(Exception e)