Package oracle.iam.scheduler.exception
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 Summary
ConstructorsConstructorDescriptionConstructs aSchedulerConverterExceptionwith null as detail message.SchedulerConverterException(String string) Constructs aSchedulerConverterExceptionwith the specified detail message.SchedulerConverterException(String arg0, Throwable arg1) Constructs aSchedulerConverterExceptionwith the specified detail message and throwable object.Constructs aSchedulerConverterExceptionwith the specified throwable object. -
Method Summary
Methods inherited from class oracle.iam.platform.utils.SuperException
getLocalizedMessages, getMessages, xprint, xprintMethods inherited from class oracle.iam.exception.OIMServiceException
addError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SchedulerConverterException
public SchedulerConverterException()Constructs aSchedulerConverterExceptionwith null as detail message. -
SchedulerConverterException
Constructs aSchedulerConverterExceptionwith the specified detail message and throwable object.- Parameters:
arg0- The detail messagearg1- The cause as throwable object
-
SchedulerConverterException
Constructs aSchedulerConverterExceptionwith the specified detail message.- Parameters:
string- the detail message
-
SchedulerConverterException
Constructs aSchedulerConverterExceptionwith the specified throwable object.- Parameters:
arg0- The cause as throwable object
-