Searched refs:LDAPException (Results 1 - 25 of 499) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DLDAPException.java42 public final class LDAPException class in inherits:IdentifiedException
75 public LDAPException(int resultCode, Message message) method in class:LDAPException
96 public LDAPException(int resultCode, Message errorMessage, method in class:LDAPException
120 public LDAPException(int resultCode, Message message, method in class:LDAPException
145 public LDAPException(int resultCode, Message errorMessage, method in class:LDAPException
171 public LDAPException(int resultCode, Message errorMessage, method in class:LDAPException
H A DRawModification.java243 * @throws LDAPException If a problem occurs while attempting to
248 throws LDAPException
263 throw new LDAPException(PROTOCOL_ERROR, message, e);
289 throw new LDAPException(PROTOCOL_ERROR, message);
292 catch (LDAPException le)
305 throw new LDAPException(PROTOCOL_ERROR, message, e);
323 throw new LDAPException(PROTOCOL_ERROR, message, e);
339 throw new LDAPException(PROTOCOL_ERROR, message, e);
354 * @throws LDAPException If a problem occurs while trying to
359 throws LDAPException;
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestLDAPException.java35 import org.opends.server.types.LDAPException;
42 LDAPException ex=new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgDesc.get(""));
50 LDAPException ex=new LDAPException(LDAPResultCode.OTHER, msgID.get(""));
52 new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgID1.get(""), ex);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestLDAPException.java34 import org.opends.server.types.LDAPException;
41 LDAPException ex=new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgDesc.get(""));
49 LDAPException ex=new LDAPException(LDAPResultCode.OTHER, msgID.get(""));
51 new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgID1.get(""), ex);
/forgerock/opendj2/src/server/org/opends/server/types/
H A DLDAPException.java41 public final class LDAPException class in inherits:IdentifiedException
74 public LDAPException(int resultCode, Message message) method in class:LDAPException
95 public LDAPException(int resultCode, Message errorMessage, method in class:LDAPException
119 public LDAPException(int resultCode, Message message, method in class:LDAPException
144 public LDAPException(int resultCode, Message errorMessage, method in class:LDAPException
170 public LDAPException(int resultCode, Message errorMessage, method in class:LDAPException
H A DRawModification.java242 * @throws LDAPException If a problem occurs while attempting to
247 throws LDAPException
262 throw new LDAPException(PROTOCOL_ERROR, message, e);
288 throw new LDAPException(PROTOCOL_ERROR, message);
291 catch (LDAPException le)
304 throw new LDAPException(PROTOCOL_ERROR, message, e);
322 throw new LDAPException(PROTOCOL_ERROR, message, e);
338 throw new LDAPException(PROTOCOL_ERROR, message, e);
353 * @throws LDAPException If a problem occurs while trying to
358 throws LDAPException;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DLDAPException.java42 public final class LDAPException class in inherits:IdentifiedException
75 public LDAPException(int resultCode, Message message) method in class:LDAPException
96 public LDAPException(int resultCode, Message errorMessage, method in class:LDAPException
120 public LDAPException(int resultCode, Message message, method in class:LDAPException
145 public LDAPException(int resultCode, Message errorMessage, method in class:LDAPException
171 public LDAPException(int resultCode, Message errorMessage, method in class:LDAPException
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestLDAPException.java35 import org.opends.server.types.LDAPException;
42 LDAPException ex=new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgDesc.get(""));
50 LDAPException ex=new LDAPException(LDAPResultCode.OTHER, msgID.get(""));
52 new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgID1.get(""), ex);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestLDAPException.java34 import org.opends.server.types.LDAPException;
41 LDAPException ex=new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgDesc.get(""));
49 LDAPException ex=new LDAPException(LDAPResultCode.OTHER, msgID.get(""));
51 new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgID1.get(""), ex);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestLDAPException.java35 import org.opends.server.types.LDAPException;
42 LDAPException ex=new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgDesc.get(""));
50 LDAPException ex=new LDAPException(LDAPResultCode.OTHER, msgID.get(""));
52 new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgID1.get(""), ex);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DLDAPException.java42 public final class LDAPException class in inherits:IdentifiedException
75 public LDAPException(int resultCode, Message message) method in class:LDAPException
96 public LDAPException(int resultCode, Message errorMessage, method in class:LDAPException
120 public LDAPException(int resultCode, Message message, method in class:LDAPException
145 public LDAPException(int resultCode, Message errorMessage, method in class:LDAPException
171 public LDAPException(int resultCode, Message errorMessage, method in class:LDAPException
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DLDAPException.java41 public final class LDAPException class in inherits:IdentifiedException
74 public LDAPException(int resultCode, Message message) method in class:LDAPException
95 public LDAPException(int resultCode, Message errorMessage, method in class:LDAPException
119 public LDAPException(int resultCode, Message message, method in class:LDAPException
144 public LDAPException(int resultCode, Message errorMessage, method in class:LDAPException
170 public LDAPException(int resultCode, Message errorMessage, method in class:LDAPException
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DLDAPException.java43 public final class LDAPException class in inherits:IdentifiedException
76 public LDAPException(int resultCode, LocalizableMessage message) method in class:LDAPException
97 public LDAPException(int resultCode, LocalizableMessage errorMessage, method in class:LDAPException
121 public LDAPException(int resultCode, LocalizableMessage message, method in class:LDAPException
146 public LDAPException(int resultCode, LocalizableMessage errorMessage, method in class:LDAPException
172 public LDAPException(int resultCode, LocalizableMessage errorMessage, method in class:LDAPException
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/
H A DTestLDAPException.java39 import org.opends.server.types.LDAPException;
50 LDAPException ex =
51 new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgDesc.get(""));
60 LDAPException ex = new LDAPException(LDAPResultCode.OTHER, msgID.get(""));
63 new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgID1.get(""), ex);
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPReader.java65 * @throws LDAPException If a problem occurs while attempting to decode the
69 throws LDAPException
78 throw new LDAPException(PROTOCOL_ERROR, message);
95 throw new LDAPException(PROTOCOL_ERROR, message, e);
112 throw new LDAPException(PROTOCOL_ERROR, message, e);
132 throw new LDAPException(PROTOCOL_ERROR, message, e);
142 throw new LDAPException(PROTOCOL_ERROR, message);
156 * @throws LDAPException If a problem occurs while trying to decode the
160 throws LDAPException
170 throw new LDAPException(PROTOCOL_ERRO
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPReader.java64 * @throws LDAPException If a problem occurs while attempting to decode the
68 throws LDAPException
77 throw new LDAPException(PROTOCOL_ERROR, message);
94 throw new LDAPException(PROTOCOL_ERROR, message, e);
111 throw new LDAPException(PROTOCOL_ERROR, message, e);
131 throw new LDAPException(PROTOCOL_ERROR, message, e);
141 throw new LDAPException(PROTOCOL_ERROR, message);
155 * @throws LDAPException If a problem occurs while trying to decode the
159 throws LDAPException
169 throw new LDAPException(PROTOCOL_ERRO
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPReader.java65 * @throws LDAPException If a problem occurs while attempting to decode the
69 throws LDAPException
78 throw new LDAPException(PROTOCOL_ERROR, message);
95 throw new LDAPException(PROTOCOL_ERROR, message, e);
112 throw new LDAPException(PROTOCOL_ERROR, message, e);
132 throw new LDAPException(PROTOCOL_ERROR, message, e);
142 throw new LDAPException(PROTOCOL_ERROR, message);
156 * @throws LDAPException If a problem occurs while trying to decode the
160 throws LDAPException
170 throw new LDAPException(PROTOCOL_ERRO
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPReader.java65 * @throws LDAPException If a problem occurs while attempting to decode the
69 throws LDAPException
78 throw new LDAPException(PROTOCOL_ERROR, message);
95 throw new LDAPException(PROTOCOL_ERROR, message, e);
112 throw new LDAPException(PROTOCOL_ERROR, message, e);
132 throw new LDAPException(PROTOCOL_ERROR, message, e);
142 throw new LDAPException(PROTOCOL_ERROR, message);
156 * @throws LDAPException If a problem occurs while trying to decode the
160 throws LDAPException
170 throw new LDAPException(PROTOCOL_ERRO
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPReader.java64 * @throws LDAPException If a problem occurs while attempting to decode the
68 throws LDAPException
77 throw new LDAPException(PROTOCOL_ERROR, message);
94 throw new LDAPException(PROTOCOL_ERROR, message, e);
111 throw new LDAPException(PROTOCOL_ERROR, message, e);
131 throw new LDAPException(PROTOCOL_ERROR, message, e);
141 throw new LDAPException(PROTOCOL_ERROR, message);
155 * @throws LDAPException If a problem occurs while trying to decode the
159 throws LDAPException
169 throw new LDAPException(PROTOCOL_ERRO
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPReader.java61 * @throws LDAPException If a problem occurs while attempting to decode the
65 throws LDAPException
74 throw new LDAPException(PROTOCOL_ERROR, message);
87 throw new LDAPException(PROTOCOL_ERROR, message, e);
100 throw new LDAPException(PROTOCOL_ERROR, message, e);
116 throw new LDAPException(PROTOCOL_ERROR, message, e);
126 throw new LDAPException(PROTOCOL_ERROR, message);
140 * @throws LDAPException If a problem occurs while trying to decode the
144 throws LDAPException
154 throw new LDAPException(PROTOCOL_ERRO
[all...]
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A Dldapjdk.jarMETA-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ...
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A Dldapjdk.jarMETA-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ...
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A Dldapjdk.jarMETA-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ...
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A Dldapjdk.jarMETA-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ...
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A Dldapjdk.jarMETA-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ...

Completed in 142 milliseconds

1234567891011>>