Uses of Class
org.apache.oozie.ErrorCode

Packages that use ErrorCode
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 ErrorCode in org.apache.oozie
 

Methods in org.apache.oozie that return ErrorCode
 ErrorCode XException.getErrorCode()
          Return the error code of the exception.
static ErrorCode ErrorCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ErrorCode[] ErrorCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.oozie with parameters of type ErrorCode
BaseEngineException(ErrorCode errorCode, Object... params)
          Create an engine exception.
CoordinatorEngineException(ErrorCode errorCode, Object... params)
          Create a coordinator engine exception.
DagEngineException(ErrorCode errorCode, Object... params)
          Create a dag engine exception.
XException(ErrorCode errorCode, Object... params)
          Create an EXception from an error code plus parameter to create the exception message.
 

Uses of ErrorCode in org.apache.oozie.command
 

Constructors in org.apache.oozie.command with parameters of type ErrorCode
CommandException(ErrorCode errorCode, Object... params)
          Create a dag command exception.
 

Uses of ErrorCode in org.apache.oozie.coord
 

Constructors in org.apache.oozie.coord with parameters of type ErrorCode
CoordinatorJobException(ErrorCode errorCode, Object... params)
          Create a Coordinator Job exception.
 

Uses of ErrorCode in org.apache.oozie.service
 

Constructors in org.apache.oozie.service with parameters of type ErrorCode
AuthorizationException(ErrorCode errorCode, Object... params)
           
HadoopAccessorException(ErrorCode errorCode, Object... params)
          Create a HadoopAccessor exception.
ServiceException(ErrorCode errorCode, Object... params)
          Create a service exception.
 

Uses of ErrorCode in org.apache.oozie.servlet
 

Methods in org.apache.oozie.servlet that return ErrorCode
 ErrorCode XServletException.getErrorCode()
          Return the Oozie error code for the exception.
 

Constructors in org.apache.oozie.servlet with parameters of type ErrorCode
XServletException(int httpStatusCode, ErrorCode errorCode, Object... params)
          Create a XServletException that triggers a specified HTTP error code.
 

Uses of ErrorCode in org.apache.oozie.store
 

Constructors in org.apache.oozie.store with parameters of type ErrorCode
StoreException(ErrorCode errorCode, Object... params)
          Create a store exception.
 

Uses of ErrorCode in org.apache.oozie.workflow
 

Constructors in org.apache.oozie.workflow with parameters of type ErrorCode
WorkflowException(ErrorCode errorCode, Object... params)
          Create a workflow exception.
 



Copyright © 2011 Yahoo. All Rights Reserved.