| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
oracle.iam.passwordmgmt.exception.ChallengeResponseException
public class ChallengeResponseException
Thrown if the challenges for a user cannot be retrieved
| 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 | 
|---|
public ChallengeResponseException(java.lang.String message)
ChallengeResponseException with a detail message
message - the detail messagepublic ChallengeResponseException(AuthSelfServiceException e)
ChallengeResponseException with an AuthSelfServiceException as a cause
e - an AuthSelfServiceException as a cause
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||