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 Details

    • DispatcherException

      public DispatcherException(String message)
    • DispatcherException

      public DispatcherException(Throwable cause)
    • DispatcherException

      public DispatcherException(String message, Throwable cause)