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

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/ldap/
H A DLDAPUtilException.java25 * $Id: LDAPUtilException.java,v 1.4 2009/01/28 05:34:53 ww203982 Exp $
44 public class LDAPUtilException extends ExecutionException implements L10NMessage { class in inherits:ExecutionException,L10NMessage
57 public LDAPUtilException() { method in class:LDAPUtilException
64 public LDAPUtilException(String message) { method in class:LDAPUtilException
74 protected LDAPUtilException(String message, ResultCode errorCode) { method in class:LDAPUtilException
85 public LDAPUtilException(String msgID, Object[] args) { method in class:LDAPUtilException
99 public LDAPUtilException(String msgID, ResultCode errorCode, Object[] args) { method in class:LDAPUtilException
116 public LDAPUtilException(String rbName, String msgID, ResultCode errorCode, method in class:LDAPUtilException
131 public LDAPUtilException(Throwable ex) { method in class:LDAPUtilException
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/ldap/
H A DLDAPUtilException.java25 * $Id: LDAPUtilException.java,v 1.4 2009/01/28 05:34:53 ww203982 Exp $
44 public class LDAPUtilException extends ExecutionException implements L10NMessage { class in inherits:ExecutionException,L10NMessage
57 public LDAPUtilException() { method in class:LDAPUtilException
64 public LDAPUtilException(String message) { method in class:LDAPUtilException
74 protected LDAPUtilException(String message, ResultCode errorCode) { method in class:LDAPUtilException
85 public LDAPUtilException(String msgID, Object[] args) { method in class:LDAPUtilException
99 public LDAPUtilException(String msgID, ResultCode errorCode, Object[] args) { method in class:LDAPUtilException
116 public LDAPUtilException(String rbName, String msgID, ResultCode errorCode, method in class:LDAPUtilException
131 public LDAPUtilException(Throwable ex) { method in class:LDAPUtilException

Completed in 68 milliseconds