Class LeaderRetrievalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.util.FlinkException
org.apache.flink.runtime.leaderretrieval.LeaderRetrievalException
All Implemented Interfaces:
Serializable

public class LeaderRetrievalException extends org.apache.flink.util.FlinkException
This exception is thrown by the LeaderRetrievalUtils when the method retrieveLeaderGateway fails to retrieve the current leader's gateway.
See Also:
  • Constructor Details

    • LeaderRetrievalException

      public LeaderRetrievalException(String message)
    • LeaderRetrievalException

      public LeaderRetrievalException(Throwable cause)
    • LeaderRetrievalException

      public LeaderRetrievalException(String message, Throwable cause)