Uses of Class
org.apache.oozie.action.ActionExecutorException.ErrorType

Packages that use ActionExecutorException.ErrorType
org.apache.oozie.action   
 

Uses of ActionExecutorException.ErrorType in org.apache.oozie.action
 

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

Methods in org.apache.oozie.action with parameters of type ActionExecutorException.ErrorType
protected  void ActionExecutor.registerError(String exClass, ActionExecutorException.ErrorType errorType, String errorCode)
          Register error handling information for an exception.
 

Constructors in org.apache.oozie.action with parameters of type ActionExecutorException.ErrorType
ActionExecutorException(ActionExecutorException.ErrorType errorType, String errorCode, String message)
          Create an action executor exception.
ActionExecutorException(ActionExecutorException.ErrorType errorType, String errorCode, String messageTemplate, Object... params)
          Create an action executor exception.
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.