Searched refs:errormsg (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/
H A DLDAPServiceException.java180 * @param errormsg
183 public LDAPServiceException(int code, String errormsg) { argument
184 super(errormsg);
191 * @param errormsg
194 public LDAPServiceException(String errormsg) { argument
195 super(errormsg);
211 * @param errormsg
215 public LDAPServiceException(String errormsg, Throwable t) { argument
216 super(errormsg, t);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/
H A DLDAPServiceException.java180 * @param errormsg
183 public LDAPServiceException(int code, String errormsg) { argument
184 super(errormsg);
191 * @param errormsg
194 public LDAPServiceException(String errormsg) { argument
195 super(errormsg);
211 * @param errormsg
215 public LDAPServiceException(String errormsg, Throwable t) { argument
216 super(errormsg, t);
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/utils/
H A DJSONEditorTheme.js213 `help-block errormsg col-sm-offset-${gridColWidth2} col-sm-${gridColWidth1}`;

Completed in 22 milliseconds