Modifier and Type | Class and Description |
---|---|
class |
BaseEngineException
Exception thrown by the
DagEngine . |
class |
BundleEngineException
Exception thrown by the
BundleEngine . |
class |
CoordinatorEngineException
Exception thrown by the
CoordinatorEngine . |
class |
DagEngineException
Exception thrown by the
DagEngine . |
Constructor and Description |
---|
BaseEngineException(XException cause)
Create an engine exception from a XException.
|
BundleEngineException(XException cause)
Create a bundle engine exception from a XException.
|
CoordinatorEngineException(XException cause)
Create a coordinator engine exception from a XException.
|
DagEngineException(XException cause)
Create an dag engine exception from a XException.
|
XException(XException cause)
Create an XException from a XException.
|
Modifier and Type | Class and Description |
---|---|
class |
CredentialException |
Constructor and Description |
---|
CredentialException(XException cause)
Create an credential exception from a XException.
|
Modifier and Type | Class and Description |
---|---|
class |
CommandException
Exception thrown by
XCommand s. |
class |
PreconditionException |
Constructor and Description |
---|
CommandException(XException cause)
Create an dag command exception from a XException.
|
PreconditionException(XException cause)
Create a verifyXCommand exception for verify conditions purposes.
|
Modifier and Type | Class and Description |
---|---|
class |
BundleJobException
Exception thrown by
BundleJob . |
Constructor and Description |
---|
BundleJobException(XException cause)
Create an Bundle Job exception from a XException.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SLAWorkflowJobHistoryXCommand.updateSLASummary() |
protected void |
SLAWorkflowActionJobHistoryXCommand.updateSLASummary() |
protected abstract void |
SLAJobHistoryXCommand.updateSLASummary()
Update SLASummary
|
Modifier and Type | Class and Description |
---|---|
class |
CoordinatorJobException
Exception thrown by
CoordinatorJob . |
class |
ElException
Exception thrown while evaluating el functions
|
Constructor and Description |
---|
CoordinatorJobException(XException cause)
Create an Coordinator Job exception from a XException.
|
Modifier and Type | Class and Description |
---|---|
class |
URIHandlerException |
Constructor and Description |
---|
URIHandlerException(XException cause)
Create an URIHandlerException Exception exception from a XException.
|
Modifier and Type | Class and Description |
---|---|
class |
JPAExecutorException
Exception thrown by
JPAExecutor s. |
Constructor and Description |
---|
JPAExecutorException(XException cause)
Create an jpa executor exception from a XException.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationException |
class |
HadoopAccessorException |
class |
HCatAccessorException |
class |
ServiceException
|
Constructor and Description |
---|
AuthorizationException(XException cause) |
HadoopAccessorException(XException cause)
Create an HadoopAccessor exception from a XException.
|
HCatAccessorException(XException cause)
Create an HCatAccessorException exception from a XException.
|
ServiceException(XException cause)
Create an service exception from a XException.
|
Constructor and Description |
---|
XServletException(int httpStatusCode,
XException ex)
Create a DagXServletException that triggers a HTTP BAD_REQUEST (400).
|
Modifier and Type | Class and Description |
---|---|
class |
StoreException
Exception thrown by the
WorkflowStore |
Constructor and Description |
---|
StoreException(XException cause)
Create an store exception from a XException.
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterVerifierException
Exception thrown by
ParameterVerifier . |
Modifier and Type | Method and Description |
---|---|
static List<String> |
CoordActionsInDateRange.getCoordActionIdsFromDateRange(String jobId,
String range)
Get the coordinator actions for a given date range
|
static List<String> |
CoordActionsInDateRange.getCoordActionIdsFromDates(String jobId,
String scope)
Get the list of Coordinator action Ids for given date ranges
|
static List<CoordinatorActionBean> |
CoordActionsInDateRange.getCoordActionsFromDateRange(String jobId,
String range,
boolean active)
Get the coordinator actions for a given date range
|
Constructor and Description |
---|
ParameterVerifierException(XException cause)
Create a ParameterHandler exception from a XException.
|
Modifier and Type | Class and Description |
---|---|
class |
WorkflowException
Exception thrown by
WorkflowJob and WorkflowLib . |
Constructor and Description |
---|
WorkflowException(XException cause)
Create an workflow exception from a XException.
|
Copyright © 2018 Apache Software Foundation. All rights reserved.