Class LeaderElectionException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    LeadershipLostException

    public class LeaderElectionException
    extends org.apache.flink.util.FlinkException
    This exception is used in leader election-related scenarios.
    See Also:
    Serialized Form
    • Constructor Detail

      • LeaderElectionException

        public LeaderElectionException​(String message)
      • LeaderElectionException

        public LeaderElectionException​(Throwable cause)
      • LeaderElectionException

        public LeaderElectionException​(String message,
                                       Throwable cause)