Uses of Class
org.apache.oozie.XException

Packages that use XException
org.apache.oozie   
org.apache.oozie.action.hadoop   
org.apache.oozie.command   
org.apache.oozie.command.bundle   
org.apache.oozie.coord   
org.apache.oozie.executor.jpa   
org.apache.oozie.service   
org.apache.oozie.servlet   
org.apache.oozie.store   
org.apache.oozie.util   
org.apache.oozie.workflow   
 

Uses of XException in org.apache.oozie
 

Subclasses of XException in org.apache.oozie
 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.
 

Constructors in org.apache.oozie with parameters of type XException
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.
 

Uses of XException in org.apache.oozie.action.hadoop
 

Subclasses of XException in org.apache.oozie.action.hadoop
 class CredentialException
           
 

Constructors in org.apache.oozie.action.hadoop with parameters of type XException
CredentialException(XException cause)
          Create an credential exception from a XException.
 

Uses of XException in org.apache.oozie.command
 

Subclasses of XException in org.apache.oozie.command
 class CommandException
          Exception thrown by Commands.
 class PreconditionException
           
 

Constructors in org.apache.oozie.command with parameters of type XException
CommandException(XException cause)
          Create an dag command exception from a XException.
PreconditionException(XException cause)
          Create a verifyXCommand exception for verify conditions purposes.
 

Uses of XException in org.apache.oozie.command.bundle
 

Subclasses of XException in org.apache.oozie.command.bundle
 class BundleJobException
          Exception thrown by BundleJob .
 

Constructors in org.apache.oozie.command.bundle with parameters of type XException
BundleJobException(XException cause)
          Create an Bundle Job exception from a XException.
 

Uses of XException in org.apache.oozie.coord
 

Subclasses of XException in org.apache.oozie.coord
 class CoordinatorJobException
          Exception thrown by org.apache.oozie.client.CoordintorJob .
 

Constructors in org.apache.oozie.coord with parameters of type XException
CoordinatorJobException(XException cause)
          Create an Coordinator Job exception from a XException.
 

Uses of XException in org.apache.oozie.executor.jpa
 

Subclasses of XException in org.apache.oozie.executor.jpa
 class JPAExecutorException
          Exception thrown by JPAExecutors.
 

Constructors in org.apache.oozie.executor.jpa with parameters of type XException
JPAExecutorException(XException cause)
          Create an jpa executor exception from a XException.
 

Uses of XException in org.apache.oozie.service
 

Subclasses of XException in org.apache.oozie.service
 class AuthorizationException
           
 class HadoopAccessorException
           
 class ServiceException
          Exception thrown by Services and Service during initialization.
 

Constructors in org.apache.oozie.service with parameters of type XException
AuthorizationException(XException cause)
           
HadoopAccessorException(XException cause)
          Create an HadoopAccessor exception from a XException.
ServiceException(XException cause)
          Create an service exception from a XException.
 

Uses of XException in org.apache.oozie.servlet
 

Constructors in org.apache.oozie.servlet with parameters of type XException
XServletException(int httpStatusCode, XException ex)
          Create a DagXServletException that triggers a HTTP BAD_REQUEST (400).
 

Uses of XException in org.apache.oozie.store
 

Subclasses of XException in org.apache.oozie.store
 class StoreException
          Exception thrown by the WorkflowStore
 

Constructors in org.apache.oozie.store with parameters of type XException
StoreException(XException cause)
          Create an store exception from a XException.
 

Uses of XException in org.apache.oozie.util
 

Subclasses of XException in org.apache.oozie.util
 class ParameterVerifierException
          Exception thrown by org.apache.oozie.util.ParameterHandler .
 

Methods in org.apache.oozie.util that throw XException
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)
          Get the coordinator actions for a given date range
 

Constructors in org.apache.oozie.util with parameters of type XException
ParameterVerifierException(XException cause)
          Create a ParameterHandler exception from a XException.
 

Uses of XException in org.apache.oozie.workflow
 

Subclasses of XException in org.apache.oozie.workflow
 class WorkflowException
          Exception thrown by WorkflowJob and WorkflowLib.
 

Constructors in org.apache.oozie.workflow with parameters of type XException
WorkflowException(XException cause)
          Create an workflow exception from a XException.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.