public final class TaskletFailureReport extends Object implements TaskletReport
TaskletReport.TaskletReportType| Constructor and Description |
|---|
TaskletFailureReport(int taskletId,
Exception exception) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException() |
int |
getTaskletId() |
TaskletReport.TaskletReportType |
getType() |
public TaskletFailureReport(int taskletId, Exception exception)
taskletId - of the failed Tasklet.exception - that caused the tasklet failure.public TaskletReport.TaskletReportType getType()
getType in interface TaskletReportpublic int getTaskletId()
public Exception getException()
Copyright © 2016 The Apache Software Foundation. All rights reserved.