Class UnavailableDispatcherOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.util.FlinkException
-
- org.apache.flink.runtime.dispatcher.DispatcherException
-
- org.apache.flink.runtime.dispatcher.UnavailableDispatcherOperationException
-
- All Implemented Interfaces:
Serializable
public class UnavailableDispatcherOperationException extends DispatcherException
Exception indicating that a Dispatcher operation is temporarily unavailable.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnavailableDispatcherOperationException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnavailableDispatcherOperationException
public UnavailableDispatcherOperationException(String message)
-
-