Package oracle.iam.scheduler.exception
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 Summary
ConstructorsConstructorDescriptionConstructs aSchedulerException
with null as detail message.SchedulerException
(String arg0) Constructs aSchedulerException
with the specified detail message.SchedulerException
(String arg0, Throwable arg1) Constructs aSchedulerException
with the specified detail message and throwable object.SchedulerException
(Throwable arg0) Constructs aSchedulerException
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
-
SchedulerException
public SchedulerException()Constructs aSchedulerException
with null as detail message. -
SchedulerException
Constructs aSchedulerException
with the specified detail message and throwable object.- Parameters:
arg0
- The detail messagearg1
- The cause as throwable object
-
SchedulerException
Constructs aSchedulerException
with the specified detail message.- Parameters:
arg0
- The detail message
-
SchedulerException
Constructs aSchedulerException
with the specified throwable object.- Parameters:
arg0
- The cause as throwable object
-