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