public class SchedulerException
extends oracle.iam.platform.utils.SuperServiceException
Constructor and Description |
---|
SchedulerException()
Constructs a
SchedulerException with null as detail
message. |
SchedulerException(java.lang.String arg0)
Constructs a
SchedulerException with the specified
detail message. |
SchedulerException(java.lang.String arg0,
java.lang.Throwable arg1)
Constructs a
SchedulerException with the specified
detail message and throwable object. |
SchedulerException(java.lang.Throwable arg0)
Constructs a
SchedulerException with the specified
throwable object. |
getLocalizedMessages, getMessages, xprint, xprint
addError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toString
public SchedulerException()
SchedulerException
with null as detail
message.public SchedulerException(java.lang.String arg0, java.lang.Throwable arg1)
SchedulerException
with the specified
detail message and throwable object.arg0
- The detail messagearg1
- The cause as throwable objectpublic SchedulerException(java.lang.String arg0)
SchedulerException
with the specified
detail message.arg0
- The detail messagepublic SchedulerException(java.lang.Throwable arg0)
SchedulerException
with the specified
throwable object.arg0
- The cause as throwable object