Package oracle.iam.selfservice.exception
package oracle.iam.selfservice.exception
-
ExceptionsClassDescriptionSignals that an exception of some sort has occurred while performing an authenticated self-service operation.Exception thrown when challenge related operations is performed but OIM.DisableChallengeQuestions system property is disabledThrown if there is an exception when the user performs a self-service operation to change his password.Thrown if duplicate answer is provided while setting challenge questions and responses when it is not allowed.Thrown if there is an exception while looking up some values for the user by passing incorrect lookup code.Thrown if an invalid question is entered or specified question is not defined as a valid question while setting challenge questions and responses.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.Thrown if the password given for the specified user is not correct.Thrown if while changing the password for the specified user, the confirmed password is not the same as new password.Thrown if the specified password fails to satisfy the applicable password policy.Thrown if the specified user has exceeded the maximum number of allowed attempts for resetting the password.This is a generic exception thrown when there is a failure in satisfying the policies applicable to an operation.Thrown when the user tries to reset his password and challenge questions have not already been defined for the user.Thrown when there is a failure while resetting the user password.Thrown if length of any of the answers is less than minimum expected length while setting challenge questions and responses.Thrown when there is a failure while resetting the challenge questions and answers for the users.Thrown if there is any error while submitting a request for an unauthenticated user operation.Thrown if the specified user account is disabled.Thrown if the specified user account is invalid.Thrown if the specified user account is locked by the administratorThrown if the user is already logged-in while trying to perform an unauthenticated self-service operation.Thrown when there is an exception while fetching the user attributes.Thrown if the data validation fails while performing the operation.