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 classException used by theExecutableinterface to indicate a business error condition was encountered during execution.final classException indicating a status that can only be recovered using manual intervention.final classException used by theExecutableinterface to indicate job suspended execution on finding server in Quiesce state.Methods in oracle.as.scheduler that throw ExecutionErrorExceptionModifier and TypeMethodDescriptionvoidExecutable.execute(RequestExecutionContext context, RequestParameters parameters) Invoked every time the Java job request is executed.