Class RegistrationTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.runtime.taskexecutor.exceptions.TaskManagerException
org.apache.flink.runtime.taskexecutor.exceptions.RegistrationTimeoutException
- All Implemented Interfaces:
Serializable
Exception which indicates that the
TaskExecutor could not register at the master in time.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRegistrationTimeoutException(String message) RegistrationTimeoutException(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
-
RegistrationTimeoutException
-
RegistrationTimeoutException
-
RegistrationTimeoutException
-