Class ExecutionFailed
- java.lang.Object
-
- com.github.kagkarlsson.scheduler.task.ExecutionFailed
-
public class ExecutionFailed extends Object
-
-
Constructor Summary
Constructors Constructor Description ExecutionFailed(Execution execution, Instant timeDone, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Throwable>getCause()ExecutiongetExecution()InstantgetTimeDone()
-