Class SchedulerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.as.scheduler.SchedulerException
All Implemented Interfaces:
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 Exception
Base class for Oracle Enterprise Scheduler exceptions. This can be used as a generic exception class if another Exception class is not appropriate.
See Also:
  • Constructor Details

    • SchedulerException

      public SchedulerException()
      Default constructor.
    • SchedulerException

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

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

      public SchedulerException(String msg, 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.