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
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 Summary
ConstructorsConstructorDescriptionAsynchronousException(String message, Throwable cause) AsynchronousException(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
-
AsynchronousException
-
AsynchronousException
-