Searched refs:ldapErrorMsg (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMException.java59 private String ldapErrorMsg = null; field in class:AMException
118 ldapErrorMsg = AMSDKBundle.getString(ldapErrCode);
123 if (ldapErrorMsg != null) {
124 localizedMsg = message + "::" + ldapErrorMsg;
168 ldapErrorMsg = AMSDKBundle.getString(ldapErrCode);
172 if (ldapErrorMsg != null) {
173 localizedMsg = msg + "::" + ldapErrorMsg;
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMException.java59 private String ldapErrorMsg = null; field in class:AMException
118 ldapErrorMsg = AMSDKBundle.getString(ldapErrCode);
123 if (ldapErrorMsg != null) {
124 localizedMsg = message + "::" + ldapErrorMsg;
168 ldapErrorMsg = AMSDKBundle.getString(ldapErrCode);
172 if (ldapErrorMsg != null) {
173 localizedMsg = msg + "::" + ldapErrorMsg;

Completed in 37 milliseconds