Class DispatcherException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.util.FlinkException
org.apache.flink.runtime.dispatcher.DispatcherException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OperationAlreadyFailedException,UnavailableDispatcherOperationException
public class DispatcherException
extends org.apache.flink.util.FlinkException
Base class for
Dispatcher related exceptions.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDispatcherException(String message) DispatcherException(String message, Throwable cause) DispatcherException(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
-
DispatcherException
-
DispatcherException
-
DispatcherException
-