Class 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:
    Serialized Form
    • Constructor Detail

      • LeaderRetrievalException

        public LeaderRetrievalException​(String message)
      • LeaderRetrievalException

        public LeaderRetrievalException​(Throwable cause)
      • LeaderRetrievalException

        public LeaderRetrievalException​(String message,
                                        Throwable cause)