Class DuplicateResponseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.exception.OIMServiceException
oracle.iam.platform.utils.SuperException
oracle.iam.selfservice.exception.AuthSelfServiceException
oracle.iam.selfservice.exception.DuplicateResponseException
All Implemented Interfaces:
Serializable, oracle.iam.platform.utils.io.XmlPrintable

public class DuplicateResponseException extends AuthSelfServiceException
Thrown if duplicate answer is provided while setting challenge questions and responses when it is not allowed. If you see this exception then it means Mutliple Quesations have the same Answers
See Also:
  • Constructor Details

    • DuplicateResponseException

      public DuplicateResponseException(String message, Throwable cause)
      Constructs a DuplicateResponseException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • DuplicateResponseException

      public DuplicateResponseException(String message)
      Constructs a DuplicateResponseException with the specified detail message.
      Parameters:
      message - the detail message