Class SchedulerConverterException

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.SchedulerConverterException
All Implemented Interfaces:
Serializable, oracle.iam.platform.utils.io.XmlPrintable

public class SchedulerConverterException extends oracle.iam.platform.utils.SuperServiceException
This exception occurs if any error occurs while converting 9x schedule task XML to 11g format.
See Also:
  • Constructor Details

    • SchedulerConverterException

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

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

      public SchedulerConverterException(String string)
      Constructs a SchedulerConverterException with the specified detail message.
      Parameters:
      string - the detail message
    • SchedulerConverterException

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