Class AsynchronousException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.runtime.taskmanager.AsynchronousException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TimerException

@Internal public class AsynchronousException extends Exception
An exception for wrapping exceptions that are thrown by an operator in threads other than the main compute thread of that operator.
See Also:
  • Constructor Details

    • AsynchronousException

      public AsynchronousException(Throwable cause)
    • AsynchronousException

      public AsynchronousException(String message, Throwable cause)