Exception | Description |
---|---|
AuthSelfServiceException |
Signals that an exception of some sort has occurred while performing an
authenticated self-service operation.
|
ChallengePolicyDisableException |
Exception thrown when challenge related operations is performed
but OIM.DisableChallengeQuestions system property is disabled
|
ChangePasswordException |
Thrown if there is an exception when the user performs a self-service operation to change his password.
|
DuplicateResponseException |
Thrown if duplicate answer is provided while setting challenge questions and responses when it is not allowed.
|
InvalidLookupException |
Thrown if there is an exception while looking up some values for the user by passing incorrect lookup code.
|
InvalidQuestionException |
Thrown if an invalid question is entered or specified question is not defined as a valid question
while setting challenge questions and responses.
|
NumberOfChallengesMismatchException |
Thrown if the number of questions answered correctly does not match the number of correct answers required
or the number of questions answered does not match the questions defined.
|
PasswordIncorrectException |
Thrown if the password given for the specified user is not correct.
|
PasswordMismatchException |
Thrown if while changing the password for the specified user, the confirmed password
is not the same as new password.
|
PasswordPolicyException |
Thrown if the specified password fails to satisfy the applicable password policy.
|
PasswordResetAttemptsExceededException |
Thrown if the specified user has exceeded the maximum number of allowed attempts for resetting the password.
|
PolicyFailedException |
This is a generic exception thrown when there is a failure in satisfying the policies applicable to an operation.
|
QuestionsNotDefinedException |
Thrown when the user tries to reset his password and challenge questions have not already been defined for the user.
|
ResetPasswordException |
Thrown when there is a failure while resetting the user password.
|
ResponseTooShortException |
Thrown if length of any of the answers is less than minimum expected length
while setting challenge questions and responses.
|
SelfServiceException | |
SetChallengeValueException |
Thrown when there is a failure while resetting the challenge questions and answers for the users.
|
UnauthenticatedSelfServiceException |
Thrown if there is any error while submitting a request for an
unauthenticated user operation.
|
UserAccountDisabledException |
Thrown if the specified user account is disabled.
|
UserAccountInvalidException |
Thrown if the specified user account is invalid.
|
UserAccountLockedByAdminException |
Thrown if the specified user account is locked by the administrator
|
UserAlreadyLoggedInException |
Thrown if the user is already logged-in while trying to perform an unauthenticated self-service operation.
|
UserLookupException |
Thrown when there is an exception while fetching the user attributes.
|
ValidationFailedException |
Thrown if the data validation fails while performing the operation.
|