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
public class RegistrationTimeoutException extends TaskManagerException
Exception which indicates that theTaskExecutor
could not register at the master in time.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegistrationTimeoutException(String message)
RegistrationTimeoutException(String message, Throwable cause)
RegistrationTimeoutException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-