Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
CredentialException(ErrorCode errorCode,
Object... params)
Create a credential exception.
|
Constructor and Description |
---|
CommandException(ErrorCode errorCode,
Object... params)
Create a dag command exception.
|
PreconditionException(ErrorCode errorCode,
Object... params)
Create a verifyXCommand exception for verify conditions purposes.
|
Constructor and Description |
---|
BundleJobException(ErrorCode errorCode,
Object... params)
Create a Bundle Job exception.
|
Constructor and Description |
---|
CoordinatorJobException(ErrorCode errorCode,
Object... params)
Create a Coordinator Job exception.
|
ElException(ErrorCode errorCode,
Object... params) |
Constructor and Description |
---|
URIHandlerException(ErrorCode errorCode,
Object... params)
Create a URIHandlerException exception.
|
Constructor and Description |
---|
JPAExecutorException(ErrorCode errorCode,
Object... params)
Create an jpa executor exception.
|
Constructor and Description |
---|
AuthorizationException(ErrorCode errorCode,
Object... params) |
HadoopAccessorException(ErrorCode errorCode,
Object... params)
Create a HadoopAccessor exception.
|
HCatAccessorException(ErrorCode errorCode,
Object... params)
Create a HCatAccessorException exception.
|
ServiceException(ErrorCode errorCode,
Object... params)
Create a service exception.
|
Modifier and Type | Method and Description |
---|---|
ErrorCode |
XServletException.getErrorCode()
Return the Oozie error code for the exception.
|
Constructor and Description |
---|
XServletException(int httpStatusCode,
ErrorCode errorCode,
Object... params)
Create a XServletException that triggers a specified HTTP error code.
|
Constructor and Description |
---|
StoreException(ErrorCode errorCode,
Object... params)
Create a store exception.
|
Constructor and Description |
---|
ParameterVerifierException(ErrorCode errorCode,
Object... params)
Create a ParameterHandler exception.
|
Constructor and Description |
---|
WorkflowException(ErrorCode errorCode,
Object... params)
Create a workflow exception.
|
Copyright © 2018 Apache Software Foundation. All rights reserved.