Searched refs:OperationRejectedException (Results 1 - 25 of 122) sorted by relevance

12345

/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DConfigurationClient.java32 import org.forgerock.opendj.config.client.OperationRejectedException;
70 * @throws OperationRejectedException
77 ConcurrentModificationException, OperationRejectedException, LdapException;
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DConfigurationClient.java35 import org.opends.server.admin.client.OperationRejectedException;
82 * @throws OperationRejectedException
96 OperationRejectedException, AuthorizationException,
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DConfigurationClient.java36 import org.opends.server.admin.client.OperationRejectedException;
83 * @throws OperationRejectedException
97 OperationRejectedException, AuthorizationException,
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DConfigurationClient.java36 import org.opends.server.admin.client.OperationRejectedException;
83 * @throws OperationRejectedException
97 OperationRejectedException, AuthorizationException,
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DConfigurationClient.java35 import org.opends.server.admin.client.OperationRejectedException;
82 * @throws OperationRejectedException
96 OperationRejectedException, AuthorizationException,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DConfigurationClient.java36 import org.opends.server.admin.client.OperationRejectedException;
83 * @throws OperationRejectedException
97 OperationRejectedException, AuthorizationException,
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DConfigurationClient.java35 import org.opends.server.admin.client.OperationRejectedException;
82 * @throws OperationRejectedException
96 OperationRejectedException, AuthorizationException,
/forgerock/opendj2/src/server/org/opends/server/admin/client/
H A DOperationRejectedException.java56 public class OperationRejectedException extends AdminClientException { class in inherits:AdminClientException
143 public OperationRejectedException(OperationType type, Message ufn) { method in class:OperationRejectedException
163 public OperationRejectedException(OperationType type, Message ufn, method in class:OperationRejectedException
187 public OperationRejectedException(OperationType type, Message ufn, method in class:OperationRejectedException
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/
H A DOperationRejectedException.java57 public class OperationRejectedException extends AdminClientException { class in inherits:AdminClientException
144 public OperationRejectedException(OperationType type, Message ufn) { method in class:OperationRejectedException
164 public OperationRejectedException(OperationType type, Message ufn, method in class:OperationRejectedException
188 public OperationRejectedException(OperationType type, Message ufn, method in class:OperationRejectedException
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/
H A DOperationRejectedException.java57 public class OperationRejectedException extends AdminClientException { class in inherits:AdminClientException
144 public OperationRejectedException(OperationType type, Message ufn) { method in class:OperationRejectedException
164 public OperationRejectedException(OperationType type, Message ufn, method in class:OperationRejectedException
188 public OperationRejectedException(OperationType type, Message ufn, method in class:OperationRejectedException
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/
H A DOperationRejectedException.java56 public class OperationRejectedException extends AdminClientException { class in inherits:AdminClientException
143 public OperationRejectedException(OperationType type, Message ufn) { method in class:OperationRejectedException
163 public OperationRejectedException(OperationType type, Message ufn, method in class:OperationRejectedException
187 public OperationRejectedException(OperationType type, Message ufn, method in class:OperationRejectedException
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/
H A DOperationRejectedException.java57 public class OperationRejectedException extends AdminClientException { class in inherits:AdminClientException
144 public OperationRejectedException(OperationType type, Message ufn) { method in class:OperationRejectedException
164 public OperationRejectedException(OperationType type, Message ufn, method in class:OperationRejectedException
188 public OperationRejectedException(OperationType type, Message ufn, method in class:OperationRejectedException
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/client/
H A DOperationRejectedException.java57 public class OperationRejectedException extends AdminClientException { class in inherits:AdminClientException
143 public OperationRejectedException(OperationType type, LocalizableMessage ufn) { method in class:OperationRejectedException
163 public OperationRejectedException(OperationType type, LocalizableMessage ufn, method in class:OperationRejectedException
187 public OperationRejectedException(OperationType type, LocalizableMessage ufn, method in class:OperationRejectedException
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/
H A DOperationRejectedException.java50 public class OperationRejectedException extends AdminClientException { class in inherits:AdminClientException
127 public OperationRejectedException(OperationType type, LocalizableMessage ufn) { method in class:OperationRejectedException
143 public OperationRejectedException(OperationType type, LocalizableMessage ufn, method in class:OperationRejectedException
163 public OperationRejectedException(OperationType type, LocalizableMessage ufn, LocalizableMessage message) { method in class:OperationRejectedException
/forgerock/opendj-v3/opendj-config/src/test/java/org/forgerock/opendj/config/
H A DTestParentCfgClient.java35 import org.forgerock.opendj.config.client.OperationRejectedException;
216 * @throws OperationRejectedException
226 void removeTestChild(String name) throws ManagedObjectNotFoundException, OperationRejectedException,
287 * @throws OperationRejectedException
297 void removeOptionalTestChild() throws ManagedObjectNotFoundException, OperationRejectedException,
/forgerock/opendj2/src/server/org/opends/server/admin/client/ldap/
H A DLDAPManagedObject.java62 import org.opends.server.admin.client.OperationRejectedException;
63 import org.opends.server.admin.client.OperationRejectedException.OperationType;
161 CommunicationException, OperationRejectedException,
216 throw new OperationRejectedException(OperationType.CREATE, d
220 throw new OperationRejectedException(OperationType.CREATE, d
267 throw new OperationRejectedException(OperationType.CREATE, d
271 throw new OperationRejectedException(OperationType.CREATE, d
296 throws ConcurrentModificationException, OperationRejectedException,
322 throw new OperationRejectedException(OperationType.MODIFY, d
326 throw new OperationRejectedException(OperationTyp
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/ldap/
H A DLDAPManagedObject.java63 import org.opends.server.admin.client.OperationRejectedException;
64 import org.opends.server.admin.client.OperationRejectedException.OperationType;
162 CommunicationException, OperationRejectedException,
217 throw new OperationRejectedException(OperationType.CREATE, d
221 throw new OperationRejectedException(OperationType.CREATE, d
268 throw new OperationRejectedException(OperationType.CREATE, d
272 throw new OperationRejectedException(OperationType.CREATE, d
297 throws ConcurrentModificationException, OperationRejectedException,
323 throw new OperationRejectedException(OperationType.MODIFY, d
327 throw new OperationRejectedException(OperationTyp
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/ldap/
H A DLDAPManagedObject.java63 import org.opends.server.admin.client.OperationRejectedException;
64 import org.opends.server.admin.client.OperationRejectedException.OperationType;
162 CommunicationException, OperationRejectedException,
217 throw new OperationRejectedException(OperationType.CREATE, d
221 throw new OperationRejectedException(OperationType.CREATE, d
268 throw new OperationRejectedException(OperationType.CREATE, d
272 throw new OperationRejectedException(OperationType.CREATE, d
297 throws ConcurrentModificationException, OperationRejectedException,
323 throw new OperationRejectedException(OperationType.MODIFY, d
327 throw new OperationRejectedException(OperationTyp
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/ldap/
H A DLDAPManagedObject.java62 import org.opends.server.admin.client.OperationRejectedException;
63 import org.opends.server.admin.client.OperationRejectedException.OperationType;
161 CommunicationException, OperationRejectedException,
216 throw new OperationRejectedException(OperationType.CREATE, d
220 throw new OperationRejectedException(OperationType.CREATE, d
267 throw new OperationRejectedException(OperationType.CREATE, d
271 throw new OperationRejectedException(OperationType.CREATE, d
296 throws ConcurrentModificationException, OperationRejectedException,
322 throw new OperationRejectedException(OperationType.MODIFY, d
326 throw new OperationRejectedException(OperationTyp
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/ldap/
H A DLDAPManagedObject.java63 import org.opends.server.admin.client.OperationRejectedException;
64 import org.opends.server.admin.client.OperationRejectedException.OperationType;
162 CommunicationException, OperationRejectedException,
217 throw new OperationRejectedException(OperationType.CREATE, d
221 throw new OperationRejectedException(OperationType.CREATE, d
268 throw new OperationRejectedException(OperationType.CREATE, d
272 throw new OperationRejectedException(OperationType.CREATE, d
297 throws ConcurrentModificationException, OperationRejectedException,
323 throw new OperationRejectedException(OperationType.MODIFY, d
327 throw new OperationRejectedException(OperationTyp
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/client/ldap/
H A DLDAPManagedObject.java63 import org.opends.server.admin.client.OperationRejectedException;
64 import org.opends.server.admin.client.OperationRejectedException.OperationType;
156 CommunicationException, OperationRejectedException,
211 throw new OperationRejectedException(OperationType.CREATE, d
215 throw new OperationRejectedException(OperationType.CREATE, d
262 throw new OperationRejectedException(OperationType.CREATE, d
266 throw new OperationRejectedException(OperationType.CREATE, d
287 throws ConcurrentModificationException, OperationRejectedException,
313 throw new OperationRejectedException(OperationType.MODIFY, d
317 throw new OperationRejectedException(OperationTyp
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DTestParentCfgClient.java38 import org.opends.server.admin.client.OperationRejectedException;
258 * @throws OperationRejectedException
274 throws ManagedObjectNotFoundException, OperationRejectedException,
355 * @throws OperationRejectedException
371 throws ManagedObjectNotFoundException, OperationRejectedException,
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DTestParentCfgClient.java37 import org.opends.server.admin.client.OperationRejectedException;
257 * @throws OperationRejectedException
273 throws ManagedObjectNotFoundException, OperationRejectedException,
354 * @throws OperationRejectedException
370 throws ManagedObjectNotFoundException, OperationRejectedException,
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DTestParentCfgClient.java38 import org.opends.server.admin.client.OperationRejectedException;
258 * @throws OperationRejectedException
274 throws ManagedObjectNotFoundException, OperationRejectedException,
355 * @throws OperationRejectedException
371 throws ManagedObjectNotFoundException, OperationRejectedException,
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DTestParentCfgClient.java37 import org.opends.server.admin.client.OperationRejectedException;
257 * @throws OperationRejectedException
273 throws ManagedObjectNotFoundException, OperationRejectedException,
354 * @throws OperationRejectedException
370 throws ManagedObjectNotFoundException, OperationRejectedException,

Completed in 78 milliseconds

12345