Class LeadershipLostException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.util.FlinkException
org.apache.flink.runtime.leaderelection.LeaderElectionException
org.apache.flink.runtime.leaderelection.LeadershipLostException
All Implemented Interfaces:
Serializable

public class LeadershipLostException extends LeaderElectionException
This exception is used in the scenario that the leadership is lost.
See Also:
  • Constructor Details

    • LeadershipLostException

      public LeadershipLostException(String message)
    • LeadershipLostException

      public LeadershipLostException(Throwable cause)
    • LeadershipLostException

      public LeadershipLostException(String message, Throwable cause)