public class JobExceptionsInfo extends Object implements ResponseBody
JobExceptionsHandler
.Modifier and Type | Class and Description |
---|---|
static class |
JobExceptionsInfo.ExecutionExceptionInfo
Nested class to encapsulate the task execution exception.
|
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_NAME_ALL_EXCEPTIONS |
static String |
FIELD_NAME_ROOT_EXCEPTION |
static String |
FIELD_NAME_TIMESTAMP |
static String |
FIELD_NAME_TRUNCATED |
Constructor and Description |
---|
JobExceptionsInfo(String rootException,
Long rootTimestamp,
List<JobExceptionsInfo.ExecutionExceptionInfo> allExceptions,
boolean truncated) |
public static final String FIELD_NAME_ROOT_EXCEPTION
public static final String FIELD_NAME_TIMESTAMP
public static final String FIELD_NAME_ALL_EXCEPTIONS
public static final String FIELD_NAME_TRUNCATED
public JobExceptionsInfo(String rootException, Long rootTimestamp, List<JobExceptionsInfo.ExecutionExceptionInfo> allExceptions, boolean truncated)
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.