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 FlinkException
Base class forDispatcher
related exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DispatcherException(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
-
-