Uses of Class
org.apache.oozie.XException

Packages that use XException
org.apache.oozie   
org.apache.oozie.command   
org.apache.oozie.coord   
org.apache.oozie.service   
org.apache.oozie.servlet   
org.apache.oozie.store   
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 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.
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.command
 

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

Constructors in org.apache.oozie.command with parameters of type XException
CommandException(XException cause)
          Create an dag command 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.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.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 © 2011 Yahoo. All Rights Reserved.