Searched defs:LDAPServiceException (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/
H A DLDAPServiceException.java25 * $Id: LDAPServiceException.java,v 1.3 2009/01/28 05:34:49 ww203982 Exp $
35 public class LDAPServiceException extends Exception { class in inherits:Exception
52 * null, an instance of LDAPServiceException is thrown with this error code
165 public LDAPServiceException(int code) { method in class:LDAPServiceException
171 return super.getMessage() + "\n LDAPServiceException code=" + exceptionCode;
183 public LDAPServiceException(int code, String errormsg) { method in class:LDAPServiceException
194 public LDAPServiceException(String errormsg) { method in class:LDAPServiceException
203 public LDAPServiceException(int code, Throwable t) { method in class:LDAPServiceException
215 public LDAPServiceException(String errormsg, Throwable t) { method in class:LDAPServiceException
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/
H A DLDAPServiceException.java25 * $Id: LDAPServiceException.java,v 1.3 2009/01/28 05:34:49 ww203982 Exp $
35 public class LDAPServiceException extends Exception { class in inherits:Exception
52 * null, an instance of LDAPServiceException is thrown with this error code
165 public LDAPServiceException(int code) { method in class:LDAPServiceException
171 return super.getMessage() + "\n LDAPServiceException code=" + exceptionCode;
183 public LDAPServiceException(int code, String errormsg) { method in class:LDAPServiceException
194 public LDAPServiceException(String errormsg) { method in class:LDAPServiceException
203 public LDAPServiceException(int code, Throwable t) { method in class:LDAPServiceException
215 public LDAPServiceException(String errormsg, Throwable t) { method in class:LDAPServiceException

Completed in 38 milliseconds