public class IdentityException extends oracle.iam.platform.utils.SuperException implements OIMGenericExceptionIntf
IdentityException and its subclasses indicate exceptions
while performing operations on Identities.| Constructor and Description |
|---|
IdentityException()
Constructs a
IdentityException with null as its detail message. |
IdentityException(java.lang.String message)
Constructs a
IdentityException with the specified detail message. |
IdentityException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
IdentityException with the specified detail message and cause. |
IdentityException(java.lang.Throwable cause)
Constructs a
IdentityException with the specified cause. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorCode()
Get error code associated with the exception.
|
java.util.Map |
getParameterMap()
Gets the parameter map
|
java.lang.String[] |
getParameters()
Gets the parameters
|
void |
setErrorCode(java.lang.String errorCode)
Sets the error code
|
void |
setParameterMap(java.util.Map paramMap)
Sets the parameter map
|
void |
setParameters(java.lang.String[] params)
Sets the parameters
|
getLocalizedMessages, getMessages, xprint, xprintaddError, copyErrorInfo, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorData, setErrorMessage, setErrors, toStringpublic IdentityException()
IdentityException with null as its detail message.public IdentityException(java.lang.String message)
IdentityException with the specified detail message.message - the detail messagepublic IdentityException(java.lang.String message,
java.lang.Throwable cause)
IdentityException with the specified detail message and cause.message - the detail messagecause - the causepublic IdentityException(java.lang.Throwable cause)
IdentityException with the specified cause.cause - the causepublic void setParameterMap(java.util.Map paramMap)
OIMGenericExceptionIntfsetParameterMap in interface OIMGenericExceptionIntfparamMap - parameter map for the exceptionpublic java.util.Map getParameterMap()
OIMGenericExceptionIntfgetParameterMap in interface OIMGenericExceptionIntfpublic void setParameters(java.lang.String[] params)
OIMGenericExceptionIntfsetParameters in interface OIMGenericExceptionIntfparams - parameters for the exceptionpublic java.lang.String[] getParameters()
OIMGenericExceptionIntfgetParameters in interface OIMGenericExceptionIntfpublic void setErrorCode(java.lang.String errorCode)
OIMGenericExceptionIntfsetErrorCode in interface OIMGenericExceptionIntfsetErrorCode in class OIMServiceExceptionerrorCode - error code of the exceptionpublic java.lang.String getErrorCode()
OIMServiceExceptiongetErrorCode in interface OIMGenericExceptionIntfgetErrorCode in class OIMServiceException