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 aSchedulerExceptionwith null as detail message.SchedulerException(String arg0) Constructs aSchedulerExceptionwith the specified detail message.SchedulerException(String arg0, Throwable arg1) Constructs aSchedulerExceptionwith the specified detail message and throwable object.SchedulerException(Throwable arg0) Constructs aSchedulerExceptionwith 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
-
SchedulerException
public SchedulerException()Constructs aSchedulerExceptionwith null as detail message. -
SchedulerException
Constructs aSchedulerExceptionwith the specified detail message and throwable object.- Parameters:
arg0- The detail messagearg1- The cause as throwable object
-
SchedulerException
Constructs aSchedulerExceptionwith the specified detail message.- Parameters:
arg0- The detail message
-
SchedulerException
Constructs aSchedulerExceptionwith the specified throwable object.- Parameters:
arg0- The cause as throwable object
-