Class CoordinatorNotExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.util.FlinkException
-
- org.apache.flink.runtime.rest.handler.RestHandlerException
-
- org.apache.flink.runtime.scheduler.CoordinatorNotExistException
-
- All Implemented Interfaces:
Serializable
public class CoordinatorNotExistException extends RestHandlerException
Indicates coordinator of the operator does not exist.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.flink.runtime.rest.handler.RestHandlerException
RestHandlerException.LoggingBehavior
-
-
Constructor Summary
Constructors Constructor Description CoordinatorNotExistException(OperatorID operator)CoordinatorNotExistException(OperatorID operator, String otherPossibleCause, boolean logException)
-
Method Summary
-
Methods inherited from class org.apache.flink.runtime.rest.handler.RestHandlerException
getHttpResponseStatus, logException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CoordinatorNotExistException
public CoordinatorNotExistException(OperatorID operator, String otherPossibleCause, boolean logException)
-
CoordinatorNotExistException
public CoordinatorNotExistException(OperatorID operator)
-
-