Class NotEnoughReplicasException

All Implemented Interfaces:
Serializable

public class NotEnoughReplicasException
extends RetriableException
Number of insync replicas for the partition is lower than min.insync.replicas
See Also:
Serialized Form
  • Constructor Details

    • NotEnoughReplicasException

      public NotEnoughReplicasException()
    • NotEnoughReplicasException

      public NotEnoughReplicasException​(String message, Throwable cause)
    • NotEnoughReplicasException

      public NotEnoughReplicasException​(String message)
    • NotEnoughReplicasException

      public NotEnoughReplicasException​(Throwable cause)