| Package | Description |
|---|---|
| oracle.as.scheduler |
Enterprise Scheduler API interfaces and classes, including RuntimeService and MetadataService.
|
| Modifier and Type | Field and Description |
|---|---|
static ErrorType |
ErrorType.BUSINESS
Business error type.
|
static ErrorType |
ErrorType.MIXED_BUSINESS
Error type used for a parallel JobSet that had more than one ERROR step with different error types, at least one of which was BUSINESS.
|
static ErrorType |
ErrorType.MIXED_NON_BUSINESS
Error type used for a parallel JobSet that had more than one ERROR step with different error types, none of which were BUSINESS.
|
static ErrorType |
ErrorType.SUSPEND
Error type used when a job suspends execution and exits voluntarily, on server Quiesce detection.
|
static ErrorType |
ErrorType.SYSTEM
System error type.
|
static ErrorType |
ErrorType.TIMEOUT
Asynchronous request timeout.
|
static ErrorType |
ErrorType.UNKNOWN
Unknown or invalid error type
|
| Modifier and Type | Method and Description |
|---|---|
static ErrorType |
ErrorType.fromString(String errorTypeStr)
Converts a stringified error type into an ErrorType object.
|
ErrorType |
RequestDetail.getErrorType()
Gets the error type for this request.
|
ErrorType |
FailedExecutionResult.getErrorType()
The error type for this failed execution attempt.
|
static ErrorType |
ErrorType.valueOf(int value)
The ErrorType associated with the given value.
|
static ErrorType |
ErrorType.valueOf(String name) |
static ErrorType[] |
ErrorType.values() |