Package | Description |
---|---|
oracle.as.scheduler |
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
|
Modifier and Type | Field and Description |
---|---|
static Cause |
Cause.MANUAL_RECOVER_ERROR
Manual recovery.
|
static Cause |
Cause.METADATA_NOT_FOUND
Metadata not found.
|
static Cause |
Cause.NON_TERMINAL
Default terminal state.
|
static Cause |
Cause.OPERATOR_CANCEL
Request was cancelled due to operator action.
|
static Cause |
Cause.PARENT_NOT_PAUSED
Parent request did not pause during its execution.
|
static Cause |
Cause.POSTPROCESS_BIZ_ERROR
Business error occurred during post-processing.
|
static Cause |
Cause.POSTPROCESS_CANCEL
Request was cancelled during post-processing.
|
static Cause |
Cause.POSTPROCESS_ERROR
Application error occurred during post-processing.
|
static Cause |
Cause.POSTPROCESS_SYSTEM_ERROR
System error occurred during post-processing.
|
static Cause |
Cause.POSTPROCESS_WARNING
Application error occurred during post-processing.
|
static Cause |
Cause.PREPROCESS_BIZ_ERROR
Business error occurred during pre-processing.
|
static Cause |
Cause.PREPROCESS_CANCEL
Request was cancelled during pre-processing.
|
static Cause |
Cause.PREPROCESS_ERROR
Application error occurred during pre-processing.
|
static Cause |
Cause.PREPROCESS_INITIATE_CANCEL
Request was cancelled by pre-processing callout handler.
|
static Cause |
Cause.PREPROCESS_SYSTEM_ERROR
System error occurred during pre-processing.
|
static Cause |
Cause.PROCESS_BIZ_ERROR
Business error occurred during request processing.
|
static Cause |
Cause.PROCESS_CANCEL
Request processing was cancelled.
|
static Cause |
Cause.PROCESS_ERROR
Application error occurred during request processing.
|
static Cause |
Cause.PROCESS_MANUAL_RECOVER_ERROR
Job indicated there was an error during processing that requires
the request to be recovered manually
|
static Cause |
Cause.PROCESS_MANUAL_RECOVER_ERROR_FINALIZE
Job indicated there was an error during processing that requires
the request to be recovered manually
|
static Cause |
Cause.PROCESS_RECOVER
The request could not be recovered.
|
static Cause |
Cause.PROCESS_SUCCESS
Request processing was successful.
|
static Cause |
Cause.PROCESS_SYSTEM_ERROR
System error occurred during request processing.
|
static Cause |
Cause.PROCESS_TIMED_OUT
Asynchronous request has timed out.
|
static Cause |
Cause.PROCESS_UNKNOWN_STATUS
Status of the request is unknown.
|
static Cause |
Cause.PROCESS_UPDATE_BIZ_ERROR
Business error occurred during update event processing.
|
static Cause |
Cause.PROCESS_UPDATE_CANCEL
Request processing was cancelled based on update event.
|
static Cause |
Cause.PROCESS_UPDATE_ERROR
Application error occurred during update event processing.
|
static Cause |
Cause.PROCESS_UPDATE_WARNING
Application warning occurred during update event processing.
|
static Cause |
Cause.PROCESS_WARNING
Application warning occurred during request processing.
|
static Cause |
Cause.RECOVER_CANCEL
Request was cancelled during manual recovery.
|
static Cause |
Cause.RECOVER_GROUP_CANCEL
Request was cancelled during manual recovery when removing process group.
|
static Cause |
Cause.REQUEST_AUTHORIZATION_FAILED
Request execution authorzation failed.
|
static Cause |
Cause.REQUEST_EXPIRED
Request expired.
|
static Cause |
Cause.REQUEST_LOGIN_ERROR
Request submittor failed to login
|
static Cause |
Cause.SYSTEM_ERROR
System error occurred.
|
static Cause |
Cause.UNKNOWN
Unknown or invalid cause.
|
static Cause |
Cause.VALIDATION_ERROR
Validation error occurred.
|
Modifier and Type | Method and Description |
---|---|
static Cause |
Cause.fromString(String causeStr)
Converts a stringified cause into a Cause object.
|
Cause |
FailedExecutionResult.getCause()
The cause for this failed execution attempt.
|
Cause |
RequestDetail.getCause()
The cause that lead to the request being placed in a terminal state.
|
static Cause |
Cause.getCause(int code)
Gets the Cause for the associated code.
|
static Cause |
Cause.valueOf(String name) |
static Cause[] |
Cause.values() |