Class NoSuchPasswordPolicyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.iam.platform.utils.SuperRuntimeException
oracle.iam.passwordmgmt.exception.NoSuchPasswordPolicyException
- All Implemented Interfaces:
Serializable
,oracle.iam.platform.utils.io.XmlPrintable
Thrown to signal that no PasswordPolicy meeting the search criteria was
found
- Since:
- OIM 11gR1
- Version:
- $Header: iam/iam-product/features/passwordmgmt/src/main/oracle/iam/passwordmgmt/exception/NoSuchPasswordPolicyException.java /main/6 2014/05/04 03:05:48 madsharm Exp $
- Author:
- sidhdas
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchPasswordPolicyException
(String message) NoSuchPasswordPolicyException
(String errorcode, Object[] errorData, Throwable e) NoSuchPasswordPolicyException
(String message, Throwable e) -
Method Summary
Methods inherited from class oracle.iam.platform.utils.SuperRuntimeException
addError, convertErrorData, copyErrorInfo, getErrorCode, getErrorData, getErrors, getLocalizedMessage, getLocalizedMessages, getMessages, hasMultipleErrors, setErrorCode, setErrorData, setErrors, toString, xprint, xprint
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
NoSuchPasswordPolicyException
-
NoSuchPasswordPolicyException
-
NoSuchPasswordPolicyException
-