Class LeaderElectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.util.FlinkException
org.apache.flink.runtime.leaderelection.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:
  • Constructor Details

    • LeaderElectionException

      public LeaderElectionException(String message)
    • LeaderElectionException

      public LeaderElectionException(Throwable cause)
    • LeaderElectionException

      public LeaderElectionException(String message, Throwable cause)