Class ChallengeResponseException

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

public class ChallengeResponseException extends oracle.iam.platform.utils.SuperException
Thrown if the challenges for a user cannot be retrieved
Since:
OIM 11gR1
Version:
$Header: iam/iam-product/features/passwordmgmt/src/main/oracle/iam/passwordmgmt/exception/ChallengeResponseException.java /main/5 2012/05/17 21:19:03 madsharm Exp $
Author:
sidhdas
See Also:
  • Constructor Details

    • ChallengeResponseException

      public ChallengeResponseException(String message)
      Constructs a ChallengeResponseException with a detail message
      Parameters:
      message - the detail message
    • ChallengeResponseException

      public ChallengeResponseException(AuthSelfServiceException e)
      Constructs a ChallengeResponseException with an AuthSelfServiceException as a cause
      Parameters:
      e - an AuthSelfServiceException as a cause
    • ChallengeResponseException

      public ChallengeResponseException(String message, Throwable cause)