Searched defs:errormsg (Results 1 - 2 of 2) 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);

Completed in 39 milliseconds