Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


oracle.as.scheduler
Class SchedulerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.as.scheduler.SchedulerException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AlreadyExistsException, ConcurrentUpdateException, ConstraintException, oracle.as.scheduler.core.EssCoreException, ExecutionCancelledException, ExecutionErrorException, ExecutionPausedException, ExecutionWarningException, IllegalArgumentException, IllegalStateException, InvalidPropertyException, MetadataServiceException, NotAllowedException, NotFoundException, RuntimeServiceException, SubstitutionException, UnsupportedOperationException, ValidationException

public class SchedulerException
extends java.lang.Exception

Base class for Enterprise Scheduler Service exceptions. This can be used as a generic exception class if any specific exception class cannot be used.

See Also:
Serialized Form

Constructor Summary
SchedulerException()
          Default constructor
SchedulerException(java.lang.String msg)
          Constructor with a detailed message
SchedulerException(java.lang.String msg, java.lang.Throwable cause)
          Constructor to create the instance with an message and cause
SchedulerException(java.lang.Throwable cause)
          Constructor that creates the instance based on a cause

 

Method Summary

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

SchedulerException

public SchedulerException()
Default constructor

SchedulerException

public SchedulerException(java.lang.String msg)
Constructor with a detailed message
Parameters:
msg - - the detailed message associated with this exception

SchedulerException

public SchedulerException(java.lang.Throwable cause)
Constructor that creates the instance based on a cause
Parameters:
cause - - the underlying cause for exception

SchedulerException

public SchedulerException(java.lang.String msg,
                          java.lang.Throwable cause)
Constructor to create the instance with an message and cause
Parameters:
msg - - the detailed message to be associated with the exception
cause - - the underlying cause.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


Copyright © 2008, 2012 Oracle. All rights reserved.