public class TemplateAlreadyExistsException
extends oracle.iam.platform.utils.SuperException
| Constructor and Description |
|---|
TemplateAlreadyExistsException(java.lang.String message)
Constructs a
TemplateAlreadyExistsException with the
specified detail message |
TemplateAlreadyExistsException(java.lang.String string,
java.lang.Throwable e)
Constructs a
TemplateAlreadyExistsException with the
specified detail message and throwable object |
getLocalizedMessages, getMessages, xprint, xprintaddError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toStringpublic TemplateAlreadyExistsException(java.lang.String string,
java.lang.Throwable e)
TemplateAlreadyExistsException with the
specified detail message and throwable objectstring - The detail messagee - Throwable objectpublic TemplateAlreadyExistsException(java.lang.String message)
TemplateAlreadyExistsException with the
specified detail messagemessage - the detail message