Class SchedulerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.exception.OIMServiceException
oracle.iam.platform.utils.SuperException
oracle.iam.platform.utils.SuperServiceException
oracle.iam.scheduler.exception.SchedulerException
All Implemented Interfaces:
Serializable, oracle.iam.platform.utils.io.XmlPrintable

public class SchedulerException extends oracle.iam.platform.utils.SuperServiceException
This is a generic exception.
See Also:
  • Constructor Details

    • SchedulerException

      public SchedulerException()
      Constructs a SchedulerException with null as detail message.
    • SchedulerException

      public SchedulerException(String arg0, Throwable arg1)
      Constructs a SchedulerException with the specified detail message and throwable object.
      Parameters:
      arg0 - The detail message
      arg1 - The cause as throwable object
    • SchedulerException

      public SchedulerException(String arg0)
      Constructs a SchedulerException with the specified detail message.
      Parameters:
      arg0 - The detail message
    • SchedulerException

      public SchedulerException(Throwable arg0)
      Constructs a SchedulerException with the specified throwable object.
      Parameters:
      arg0 - The cause as throwable object