Uses of Class
oracle.as.scheduler.SchedulerException
Packages that use SchedulerException
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
Classes for use by asynchronous jobs.
Request Log and Output Content API.
Support for substitution on environment, configuration, execution context, and parameters.
-
Uses of SchedulerException in oracle.as.scheduler
Subclasses of SchedulerException in oracle.as.schedulerModifier and TypeClassDescriptionclass
Exception to indicate an object being created already exists in the system.class
Exception thrown when the metadata API detects concurrent update on a metadata object.class
Exception to indicate violation of a system enforced constraint.final class
Exception used by theExecutable
interface to indicate a business error condition was encountered during execution.final class
Exception used by theExecutable
interface to indicate execution cancelled.class
Exception used by theExecutable
interface to indicate an 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 request execution should be paused to allow submitted sub-requests to execute.final class
Exception used by theExecutable
interface to indicate job suspended execution on finding server in Quiesce state.final class
Exception used by theExecutable
interface to indicate a warning condition was encountered during execution.class
class
Exception used when one or more arguments to a method are incorrect or invalid.class
Exception used when system or request state to perform and operation is incorrect or invalid.class
Exception used to indicate that a property in the list of constrainable properties is invalid.class
class
Exception used by theMetadataService
to indicate illegal operations.class
Exception used to indicate a metadata object is not found.class
Exception used by theMetadataService
to indicate permission or security related errors.class
Exception used byMetadataService
to indicate system errors.class
Exception used to indicate that a specific operation is not allowed for the given set of arguments.class
Exception used to indicate that the requested object is not found in the system.class
Exception that indicates the request is not found in the system.class
Thrown when the a transactional operation is invoked and the transaction has been marked as rollback only.class
Exception that indicates an operation on a request is illegal.class
Exception used by theRuntimeService
to indicate permission or security related errors.class
Exception used byRuntimeService
to indicate system errors.class
Exception used to indicate an error accessing or performing an operation on the Enterprise Scheduler runtime store.class
class
Exception used to indicate that an Enterprise Scheduler runtime store lock could not be obtained.class
Exception used to indicate that the transaction has been automatically rolled back by the storage service provider.class
Base class for Enterprise Scheduler user authentication exceptions.class
Exception used to indicate that an operation is not supported.class
Exception used to indicate a failed validation. -
Uses of SchedulerException in oracle.as.scheduler.async
Constructors in oracle.as.scheduler.async that throw SchedulerExceptionModifierConstructorDescriptionRemoteAsyncHelper
(RequestExecutionContext context, RequestParameters params) RemoteAsyncHelper
(RequestExecutionContext context, RequestParameters params, String asyncReqBeanMapName) RemoteAsyncHelper
(RequestExecutionContext context, RequestParameters params, String username, char[] password) RemoteAsyncHelper
(RequestExecutionContext context, RequestParameters params, Context jndiContext) RemoteAsyncHelper
(RequestExecutionContext context, RequestParameters params, Context jndiContext, String jndiMapName) -
Uses of SchedulerException in oracle.as.scheduler.core
Subclasses of SchedulerException in oracle.as.scheduler.coreModifier and TypeClassDescriptionclass
oracle.as.scheduler.core.EssCoreException
-
Uses of SchedulerException in oracle.as.scheduler.request
Methods in oracle.as.scheduler.request that throw SchedulerExceptionModifier and TypeMethodDescriptionRemoteConnector.getAsyncRequestEJB
(RequestParameters params) Returns the stub of AsyncRequestBean through JNDI lookup on remote ESS server.RemoteConnector.getAsyncRequestEJB
(RequestParameters params, String jndiMappedName) Returns the stub of AsyncRequestBean through JNDI lookup on remote ESS server.RemoteConnector.getInitialContext
(RequestParameters params) Returns an context of ESS server for JNDI lookup.RemoteConnector.getMetadataServiceEJB
(RequestParameters params) Returns the stub of MetadataServiceBean through JNDI lookup on remote ESS server.RemoteConnector.getMetadataServiceEJB
(RequestParameters params, String jndiMappedName) Returns the stub of MetadataServiceBean through JNDI lookup on remote ESS server.RemoteConnector.getRuntimeServiceEJB
(RequestParameters params) Returns the stub of RuntimeServiceBean through JNDI lookup on remote ESS server.RemoteConnector.getRuntimeServiceEJB
(RequestParameters params, String jndiMappedName) Returns the stub of RuntimeServiceBean through JNDI lookup on remote ESS server.oracle.security.jps.service.credstore.PasswordCredential
RemoteConnector.lookupCredentials
(String csfKey) Lookup the Key in Key storeConstructors in oracle.as.scheduler.request that throw SchedulerExceptionModifierConstructorDescriptionRemoteContentHelper
(RequestExecutionContext context, RequestParameters params) Creates a remote helper for request content.RemoteContentHelper
(RequestExecutionContext context, RequestParameters params, RuntimeService runtime) Creates a remote helper for request content using the given RuntimeService. -
Uses of SchedulerException in oracle.as.scheduler.substitution
Subclasses of SchedulerException in oracle.as.scheduler.substitution