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.FlinkExceptionThis exception is thrown by theLeaderRetrievalUtilswhen the method retrieveLeaderGateway fails to retrieve the current leader's gateway.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LeaderRetrievalException(String message)LeaderRetrievalException(String message, Throwable cause)LeaderRetrievalException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-