Class QuestionsNotDefinedException

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.QuestionsNotDefinedException
All Implemented Interfaces:
Serializable, oracle.iam.platform.utils.io.XmlPrintable

public class QuestionsNotDefinedException extends AuthSelfServiceException
Thrown when the user tries to reset his password and challenge questions have not already been defined for the user.
See Also:
  • Constructor Details

    • QuestionsNotDefinedException

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

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