Package io.quarkus.scheduler
Class FailedExecution
- java.lang.Object
-
- io.quarkus.scheduler.FailedExecution
-
public class FailedExecution extends Object
This event is fired synchronously and asynchronously when an execution of a scheduled method throw an exception.
-
-
Constructor Summary
Constructors Constructor Description FailedExecution(ScheduledExecution execution)FailedExecution(ScheduledExecution execution, Throwable exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetException()ScheduledExecutiongetExecution()StringtoString()
-
-
-
Constructor Detail
-
FailedExecution
public FailedExecution(ScheduledExecution execution)
-
FailedExecution
public FailedExecution(ScheduledExecution execution, Throwable exception)
-
-
Method Detail
-
getExecution
public ScheduledExecution getExecution()
-
getException
public Throwable getException()
-
-