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