Searched refs:PROTOCOL_ERROR (Results 1 - 25 of 395) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPReader.java78 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);
170 throw new LDAPException(PROTOCOL_ERROR, message);
186 throw new LDAPException(PROTOCOL_ERROR, message);
196 throw new LDAPException(PROTOCOL_ERROR, message);
216 throw new LDAPException(PROTOCOL_ERROR, message);
224 throw new LDAPException(PROTOCOL_ERROR, messag
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPReader.java77 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);
169 throw new LDAPException(PROTOCOL_ERROR, message);
185 throw new LDAPException(PROTOCOL_ERROR, message);
195 throw new LDAPException(PROTOCOL_ERROR, message);
215 throw new LDAPException(PROTOCOL_ERROR, message);
223 throw new LDAPException(PROTOCOL_ERROR, messag
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPReader.java78 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);
170 throw new LDAPException(PROTOCOL_ERROR, message);
186 throw new LDAPException(PROTOCOL_ERROR, message);
196 throw new LDAPException(PROTOCOL_ERROR, message);
216 throw new LDAPException(PROTOCOL_ERROR, message);
224 throw new LDAPException(PROTOCOL_ERROR, messag
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPReader.java78 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);
170 throw new LDAPException(PROTOCOL_ERROR, message);
186 throw new LDAPException(PROTOCOL_ERROR, message);
196 throw new LDAPException(PROTOCOL_ERROR, message);
216 throw new LDAPException(PROTOCOL_ERROR, message);
224 throw new LDAPException(PROTOCOL_ERROR, messag
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPReader.java77 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);
169 throw new LDAPException(PROTOCOL_ERROR, message);
185 throw new LDAPException(PROTOCOL_ERROR, message);
195 throw new LDAPException(PROTOCOL_ERROR, message);
215 throw new LDAPException(PROTOCOL_ERROR, message);
223 throw new LDAPException(PROTOCOL_ERROR, messag
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPReader.java74 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);
154 throw new LDAPException(PROTOCOL_ERROR, message);
170 throw new LDAPException(PROTOCOL_ERROR, message);
180 throw new LDAPException(PROTOCOL_ERROR, message);
200 throw new LDAPException(PROTOCOL_ERROR, message);
208 throw new LDAPException(PROTOCOL_ERROR, messag
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestLDAPException.java42 LDAPException ex=new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgDesc.get(""));
43 assertTrue(ex.getResultCode() == LDAPResultCode.PROTOCOL_ERROR);
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.java41 LDAPException ex=new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgDesc.get(""));
42 assertTrue(ex.getResultCode() == LDAPResultCode.PROTOCOL_ERROR);
51 new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgID1.get(""), ex);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestLDAPException.java42 LDAPException ex=new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgDesc.get(""));
43 assertTrue(ex.getResultCode() == LDAPResultCode.PROTOCOL_ERROR);
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.java41 LDAPException ex=new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgDesc.get(""));
42 assertTrue(ex.getResultCode() == LDAPResultCode.PROTOCOL_ERROR);
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.java42 LDAPException ex=new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgDesc.get(""));
43 assertTrue(ex.getResultCode() == LDAPResultCode.PROTOCOL_ERROR);
52 new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgID1.get(""), ex);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/
H A DTestLDAPException.java51 new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgDesc.get(""));
52 assertEquals(ex.getResultCode(), LDAPResultCode.PROTOCOL_ERROR);
63 new LDAPException(LDAPResultCode.PROTOCOL_ERROR, msgID1.get(""), ex);
/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DPagedResultsControl.java74 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message);
91 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, e);
108 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, e);
125 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, e);
141 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, e);
/forgerock/opendj2/src/server/org/opends/server/controls/
H A DPagedResultsControl.java73 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message);
90 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, e);
107 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, e);
124 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, e);
140 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, e);
H A DAuthorizationIdentityResponseControl.java65 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message);
77 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, Message.EMPTY);
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DPagedResultsControl.java74 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message);
91 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, e);
108 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, e);
125 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, e);
141 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, e);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DPagedResultsControl.java74 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message);
91 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, e);
108 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, e);
125 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, e);
141 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, e);
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DPagedResultsControl.java73 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message);
90 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, e);
107 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, e);
124 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, e);
140 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, e);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DPagedResultsControl.java72 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message);
85 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, e);
98 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, e);
111 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, e);
123 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, e);
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DRawFilter.java555 throw new LDAPException(PROTOCOL_ERROR, message);
585 throw new LDAPException(PROTOCOL_ERROR, message);
613 throw new LDAPException(PROTOCOL_ERROR, message);
661 throw new LDAPException(PROTOCOL_ERROR, message, e);
703 throw new LDAPException(PROTOCOL_ERROR, message, e);
736 throw new LDAPException(PROTOCOL_ERROR, message);
777 throw new LDAPException(PROTOCOL_ERROR, message, e);
794 throw new LDAPException(PROTOCOL_ERROR, message, e);
812 throw new LDAPException(PROTOCOL_ERROR, message, e);
828 throw new LDAPException(PROTOCOL_ERROR, messag
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DRawFilter.java554 throw new LDAPException(PROTOCOL_ERROR, message);
584 throw new LDAPException(PROTOCOL_ERROR, message);
612 throw new LDAPException(PROTOCOL_ERROR, message);
660 throw new LDAPException(PROTOCOL_ERROR, message, e);
702 throw new LDAPException(PROTOCOL_ERROR, message, e);
735 throw new LDAPException(PROTOCOL_ERROR, message);
776 throw new LDAPException(PROTOCOL_ERROR, message, e);
793 throw new LDAPException(PROTOCOL_ERROR, message, e);
811 throw new LDAPException(PROTOCOL_ERROR, message, e);
827 throw new LDAPException(PROTOCOL_ERROR, messag
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DRawFilter.java555 throw new LDAPException(PROTOCOL_ERROR, message);
585 throw new LDAPException(PROTOCOL_ERROR, message);
613 throw new LDAPException(PROTOCOL_ERROR, message);
661 throw new LDAPException(PROTOCOL_ERROR, message, e);
703 throw new LDAPException(PROTOCOL_ERROR, message, e);
736 throw new LDAPException(PROTOCOL_ERROR, message);
777 throw new LDAPException(PROTOCOL_ERROR, message, e);
794 throw new LDAPException(PROTOCOL_ERROR, message, e);
812 throw new LDAPException(PROTOCOL_ERROR, message, e);
828 throw new LDAPException(PROTOCOL_ERROR, messag
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DRawFilter.java555 throw new LDAPException(PROTOCOL_ERROR, message);
585 throw new LDAPException(PROTOCOL_ERROR, message);
613 throw new LDAPException(PROTOCOL_ERROR, message);
661 throw new LDAPException(PROTOCOL_ERROR, message, e);
703 throw new LDAPException(PROTOCOL_ERROR, message, e);
736 throw new LDAPException(PROTOCOL_ERROR, message);
777 throw new LDAPException(PROTOCOL_ERROR, message, e);
794 throw new LDAPException(PROTOCOL_ERROR, message, e);
812 throw new LDAPException(PROTOCOL_ERROR, message, e);
828 throw new LDAPException(PROTOCOL_ERROR, messag
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DRawFilter.java554 throw new LDAPException(PROTOCOL_ERROR, message);
584 throw new LDAPException(PROTOCOL_ERROR, message);
612 throw new LDAPException(PROTOCOL_ERROR, message);
660 throw new LDAPException(PROTOCOL_ERROR, message, e);
702 throw new LDAPException(PROTOCOL_ERROR, message, e);
735 throw new LDAPException(PROTOCOL_ERROR, message);
776 throw new LDAPException(PROTOCOL_ERROR, message, e);
793 throw new LDAPException(PROTOCOL_ERROR, message, e);
811 throw new LDAPException(PROTOCOL_ERROR, message, e);
827 throw new LDAPException(PROTOCOL_ERROR, messag
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DRawFilter.java552 throw new LDAPException(PROTOCOL_ERROR, message);
582 throw new LDAPException(PROTOCOL_ERROR, message);
610 throw new LDAPException(PROTOCOL_ERROR, message);
653 throw new LDAPException(PROTOCOL_ERROR, message, e);
691 throw new LDAPException(PROTOCOL_ERROR, message, e);
724 throw new LDAPException(PROTOCOL_ERROR, message);
761 throw new LDAPException(PROTOCOL_ERROR, message, e);
774 throw new LDAPException(PROTOCOL_ERROR, message, e);
788 throw new LDAPException(PROTOCOL_ERROR, message, e);
800 throw new LDAPException(PROTOCOL_ERROR, messag
[all...]

Completed in 127 milliseconds

1234567891011>>