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 the TaskExecutor could not register at the master in time.
See Also:
  • Constructor Details

    • RegistrationTimeoutException

      public RegistrationTimeoutException(String message)
    • RegistrationTimeoutException

      public RegistrationTimeoutException(String message, Throwable cause)
    • RegistrationTimeoutException

      public RegistrationTimeoutException(Throwable cause)