Searched refs:CLIENT_SIDE_CONNECT_ERROR (Results 1 - 25 of 81) sorted by relevance

1234

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DLDAPSearchNoServerTestCase.java65 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DLDAPSearchNoServerTestCase.java64 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DLDAPSearchNoServerTestCase.java65 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DLDAPSearchNoServerTestCase.java64 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DLDAPSearchNoServerTestCase.java65 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/tools/
H A DLDAPSearchNoServerTestCase.java64 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR);
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/
H A DLDAPManagementContextFactory.java120 throw new ClientException(ReturnCode.CLIENT_SIDE_CONNECT_ERROR,
123 throw new ClientException(ReturnCode.CLIENT_SIDE_CONNECT_ERROR,
129 throw new ClientException(ReturnCode.CLIENT_SIDE_CONNECT_ERROR,
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DLDAPManagementContextFactory.java220 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, message);
228 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, message);
234 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, message);
285 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, message);
291 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, message);
321 throw new ClientException(LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR,
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DLDAPManagementContextFactory.java219 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, message);
227 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, message);
233 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, message);
284 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, message);
290 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, message);
320 throw new ClientException(LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR,
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DLDAPManagementContextFactory.java220 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, message);
228 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, message);
234 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, message);
285 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, message);
291 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, message);
321 throw new ClientException(LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DLDAPManagementContextFactory.java220 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, message);
228 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, message);
234 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, message);
285 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, message);
291 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, message);
321 throw new ClientException(LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR,
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DLDAPManagementContextFactory.java219 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, message);
227 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, message);
233 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, message);
284 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, message);
290 LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, message);
320 throw new ClientException(LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR,
/forgerock/opendj-b2.6/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/
H A DLDAPResultCode.java466 public static final int CLIENT_SIDE_CONNECT_ERROR = 91; field in class:LDAPResultCode
760 case CLIENT_SIDE_CONNECT_ERROR:
761 message = "CLIENT_SIDE_CONNECT_ERROR";
/forgerock/opendj2/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/
H A DLDAPResultCode.java465 public static final int CLIENT_SIDE_CONNECT_ERROR = 91; field in class:LDAPResultCode
759 case CLIENT_SIDE_CONNECT_ERROR:
760 message = "CLIENT_SIDE_CONNECT_ERROR";
/forgerock/opendj2.6.2/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/
H A DLDAPResultCode.java466 public static final int CLIENT_SIDE_CONNECT_ERROR = 91; field in class:LDAPResultCode
760 case CLIENT_SIDE_CONNECT_ERROR:
761 message = "CLIENT_SIDE_CONNECT_ERROR";
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/
H A DLDAPResultCode.java466 public static final int CLIENT_SIDE_CONNECT_ERROR = 91; field in class:LDAPResultCode
760 case CLIENT_SIDE_CONNECT_ERROR:
761 message = "CLIENT_SIDE_CONNECT_ERROR";
/forgerock/opendj2-hg/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/
H A DLDAPResultCode.java465 public static final int CLIENT_SIDE_CONNECT_ERROR = 91; field in class:LDAPResultCode
759 case CLIENT_SIDE_CONNECT_ERROR:
760 message = "CLIENT_SIDE_CONNECT_ERROR";
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DLDAPConnection.java255 throw new LDAPConnectionException(msg, CLIENT_SIDE_CONNECT_ERROR, null, e);
524 throw new LDAPConnectionException(msg, CLIENT_SIDE_CONNECT_ERROR, null,
537 throw new LDAPConnectionException(msg, CLIENT_SIDE_CONNECT_ERROR, null,
581 throw new LDAPConnectionException(msg, CLIENT_SIDE_CONNECT_ERROR, null,
594 throw new LDAPConnectionException(msg, CLIENT_SIDE_CONNECT_ERROR, null,
638 throw new LDAPConnectionException(msg, CLIENT_SIDE_CONNECT_ERROR, null,
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DResultCode.java561 CLIENT_SIDE_CONNECT_ERROR(LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, enum constant in enum:ResultCode
844 case LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR:
845 return CLIENT_SIDE_CONNECT_ERROR;
/forgerock/opendj2/src/server/org/opends/server/types/
H A DResultCode.java560 CLIENT_SIDE_CONNECT_ERROR(LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, enum constant in enum:ResultCode
843 case LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR:
844 return CLIENT_SIDE_CONNECT_ERROR;
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DResultCode.java561 CLIENT_SIDE_CONNECT_ERROR(LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, enum constant in enum:ResultCode
844 case LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR:
845 return CLIENT_SIDE_CONNECT_ERROR;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DResultCode.java561 CLIENT_SIDE_CONNECT_ERROR(LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, enum constant in enum:ResultCode
844 case LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR:
845 return CLIENT_SIDE_CONNECT_ERROR;
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DResultCode.java560 CLIENT_SIDE_CONNECT_ERROR(LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR, enum constant in enum:ResultCode
843 case LDAPResultCode.CLIENT_SIDE_CONNECT_ERROR:
844 return CLIENT_SIDE_CONNECT_ERROR;
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DLDAPConnection.java267 throw new LDAPConnectionException(msg, CLIENT_SIDE_CONNECT_ERROR, null,
272 throw new LDAPConnectionException(msg, CLIENT_SIDE_CONNECT_ERROR, null,
559 throw new LDAPConnectionException(msg, CLIENT_SIDE_CONNECT_ERROR, null,
575 throw new LDAPConnectionException(msg, CLIENT_SIDE_CONNECT_ERROR, null,
619 throw new LDAPConnectionException(msg, CLIENT_SIDE_CONNECT_ERROR, null,
635 throw new LDAPConnectionException(msg, CLIENT_SIDE_CONNECT_ERROR, null,
679 throw new LDAPConnectionException(msg, CLIENT_SIDE_CONNECT_ERROR, null,
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DLDAPConnection.java266 throw new LDAPConnectionException(msg, CLIENT_SIDE_CONNECT_ERROR, null,
271 throw new LDAPConnectionException(msg, CLIENT_SIDE_CONNECT_ERROR, null,
558 throw new LDAPConnectionException(msg, CLIENT_SIDE_CONNECT_ERROR, null,
574 throw new LDAPConnectionException(msg, CLIENT_SIDE_CONNECT_ERROR, null,
618 throw new LDAPConnectionException(msg, CLIENT_SIDE_CONNECT_ERROR, null,
634 throw new LDAPConnectionException(msg, CLIENT_SIDE_CONNECT_ERROR, null,
678 throw new LDAPConnectionException(msg, CLIENT_SIDE_CONNECT_ERROR, null,

Completed in 57 milliseconds

1234