|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
BundleEngineException(ErrorCode errorCode,
Object... params)
Create a bundle 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.action.hadoop |
|---|
| Constructors in org.apache.oozie.action.hadoop with parameters of type ErrorCode | |
|---|---|
CredentialException(ErrorCode errorCode,
Object... params)
Create a credential exception. |
|
| 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. |
|
PreconditionException(ErrorCode errorCode,
Object... params)
Create a verifyXCommand exception for verify conditions purposes. |
|
| Uses of ErrorCode in org.apache.oozie.command.bundle |
|---|
| Constructors in org.apache.oozie.command.bundle with parameters of type ErrorCode | |
|---|---|
BundleJobException(ErrorCode errorCode,
Object... params)
Create a Bundle Job 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.executor.jpa |
|---|
| Constructors in org.apache.oozie.executor.jpa with parameters of type ErrorCode | |
|---|---|
JPAExecutorException(ErrorCode errorCode,
Object... params)
Create an jpa executor 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.util |
|---|
| Constructors in org.apache.oozie.util with parameters of type ErrorCode | |
|---|---|
ParameterVerifierException(ErrorCode errorCode,
Object... params)
Create a ParameterHandler 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||