Skip navigation links


oracle.iam.passwordmgmt.exception
Class ChallengeResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.iam.passwordmgmt.exception.ChallengeResponseException

All Implemented Interfaces:
java.io.Serializable

public class ChallengeResponseException
extends java.lang.Exception

Thrown if the challenges for a user cannot be retrieved

Since:
OIM 11gR1
See Also:
Serialized Form

Constructor Summary
ChallengeResponseException(AuthSelfServiceException e)
          Constructs a ChallengeResponseException with an AuthSelfServiceException as a cause
ChallengeResponseException(java.lang.String message)
          Constructs a ChallengeResponseException with a detail message

 

Method Summary

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

ChallengeResponseException

public ChallengeResponseException(java.lang.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

Skip navigation links


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.