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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AsynchronousException(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
-
-