Uses of Class
oracle.as.scheduler.ExecutionErrorException
Packages that use ExecutionErrorException
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of ExecutionErrorException in oracle.as.scheduler
Subclasses of ExecutionErrorException in oracle.as.schedulerModifier and TypeClassDescriptionfinal class
Exception used by theExecutable
interface to indicate a business error condition was encountered during execution.final class
Exception indicating a status that can only be recovered using manual intervention.final class
Exception used by theExecutable
interface to indicate job suspended execution on finding server in Quiesce state.Methods in oracle.as.scheduler that throw ExecutionErrorExceptionModifier and TypeMethodDescriptionvoid
Executable.execute
(RequestExecutionContext context, RequestParameters parameters) Invoked every time the Java job request is executed.