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 Summary
ConstructorsConstructorDescriptionLeaderRetrievalException(String message) LeaderRetrievalException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LeaderRetrievalException
-
LeaderRetrievalException
-
LeaderRetrievalException
-