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