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 Summary
ConstructorsConstructorDescriptionChallengeResponseException(String message) Constructs aChallengeResponseExceptionwith a detail messageChallengeResponseException(String message, Throwable cause) Constructs aChallengeResponseExceptionwith anAuthSelfServiceExceptionas a cause -
Method Summary
Methods inherited from class oracle.iam.platform.utils.SuperException
getLocalizedMessages, getMessages, xprint, xprintMethods inherited from class oracle.iam.exception.OIMServiceException
addError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ChallengeResponseException
Constructs aChallengeResponseExceptionwith a detail message- Parameters:
message- the detail message
-
ChallengeResponseException
Constructs aChallengeResponseExceptionwith anAuthSelfServiceExceptionas a cause- Parameters:
e- anAuthSelfServiceExceptionas a cause
-
ChallengeResponseException
-