Class TimerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.runtime.taskmanager.AsynchronousException
-
- org.apache.flink.streaming.runtime.tasks.TimerException
-
- All Implemented Interfaces:
Serializable
@Internal public class TimerException extends AsynchronousException
RuntimeException
for wrapping exceptions that are thrown in the timer callback of the timer service inStreamTask
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimerException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-