Searched refs:newDirectoryException (Results 1 - 19 of 19) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/workflowelement/localbackend/
H A DLocalBackendCompareOperation.java271 private DirectoryException newDirectoryException(Entry entry, method in class:LocalBackendCompareOperation
274 return LocalBackendWorkflowElement.newDirectoryException(this, entry, null,
341 throw newDirectoryException(entry, de.getResultCode(),
357 throw newDirectoryException(entry, ResultCode.ASSERTION_FAILED,
370 throw newDirectoryException(entry, de.getResultCode(),
H A DLocalBackendDeleteOperation.java345 private DirectoryException newDirectoryException(Entry entry, method in class:LocalBackendDeleteOperation
348 return LocalBackendWorkflowElement.newDirectoryException(this, entry,
415 throw newDirectoryException(entry, de.getResultCode(),
431 throw newDirectoryException(entry, ResultCode.ASSERTION_FAILED,
444 throw newDirectoryException(entry, de.getResultCode(),
465 throw newDirectoryException(entry,
H A DLocalBackendModifyOperation.java586 private DirectoryException newDirectoryException(Entry entry, method in class:LocalBackendModifyOperation
589 return LocalBackendWorkflowElement.newDirectoryException(this, entry,
657 throw newDirectoryException(currentEntry, de.getResultCode(),
674 throw newDirectoryException(currentEntry,
688 throw newDirectoryException(currentEntry, de.getResultCode(),
729 throw newDirectoryException(currentEntry,
750 throw newDirectoryException(currentEntry,
763 throw newDirectoryException(currentEntry,
1186 throw newDirectoryException(currentEntry, ResultCode.PROTOCOL_ERROR,
1211 throw newDirectoryException(currentEntr
[all...]
H A DLocalBackendAddOperation.java561 private DirectoryException newDirectoryException(DN entryDN, method in class:LocalBackendAddOperation
564 return LocalBackendWorkflowElement.newDirectoryException(this, null,
619 throw newDirectoryException(entryDN, ResultCode.CONSTRAINT_VIOLATION,
903 throw newDirectoryException(entryDN, ResultCode.CONSTRAINT_VIOLATION,
912 throw newDirectoryException(entryDN, ResultCode.CONSTRAINT_VIOLATION,
921 throw newDirectoryException(entryDN, ResultCode.CONSTRAINT_VIOLATION,
1007 throw newDirectoryException(entryDN, de.getResultCode(),
1024 throw newDirectoryException(entryDN, ResultCode.ASSERTION_FAILED,
1037 throw newDirectoryException(entryDN, de.getResultCode(),
1064 throw newDirectoryException(entryD
[all...]
H A DLocalBackendModifyDNOperation.java481 private DirectoryException newDirectoryException(Entry entry, method in class:LocalBackendModifyDNOperation
484 return LocalBackendWorkflowElement.newDirectoryException(this, entry, null,
552 throw newDirectoryException(currentEntry, de.getResultCode(),
570 throw newDirectoryException(currentEntry,
584 throw newDirectoryException(currentEntry, de.getResultCode(),
H A DLocalBackendWorkflowElement.java496 static DirectoryException newDirectoryException(Operation operation, method in class:LocalBackendWorkflowElement
/forgerock/opendj2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyOperation.java581 private DirectoryException newDirectoryException(Entry entry, method in class:LocalBackendModifyOperation
584 return LocalBackendWorkflowElement.newDirectoryException(this, entry,
657 throw newDirectoryException(currentEntry, de.getResultCode(),
677 throw newDirectoryException(currentEntry,
694 throw newDirectoryException(currentEntry, de.getResultCode(),
770 throw newDirectoryException(currentEntry,
804 throw newDirectoryException(currentEntry,
819 throw newDirectoryException(currentEntry,
1288 throw newDirectoryException(currentEntry, ResultCode.PROTOCOL_ERROR,
1311 throw newDirectoryException(currentEntr
[all...]
H A DLocalBackendCompareOperation.java346 private DirectoryException newDirectoryException(Entry entry, method in class:LocalBackendCompareOperation
349 return LocalBackendWorkflowElement.newDirectoryException(this, entry, null,
421 throw newDirectoryException(entry, de.getResultCode(),
441 throw newDirectoryException(entry, ResultCode.ASSERTION_FAILED,
458 throw newDirectoryException(entry, de.getResultCode(),
H A DLocalBackendDeleteOperation.java355 private DirectoryException newDirectoryException(Entry entry, method in class:LocalBackendDeleteOperation
358 return LocalBackendWorkflowElement.newDirectoryException(this, entry,
430 throw newDirectoryException(entry, de.getResultCode(),
450 throw newDirectoryException(entry, ResultCode.ASSERTION_FAILED,
466 throw newDirectoryException(entry, de.getResultCode(),
523 throw newDirectoryException(entry,
H A DLocalBackendAddOperation.java575 private DirectoryException newDirectoryException(DN entryDN, method in class:LocalBackendAddOperation
578 return LocalBackendWorkflowElement.newDirectoryException(this, null,
607 throw newDirectoryException(parentDN, ResultCode.BUSY,
683 throw newDirectoryException(entryDN, ResultCode.CONSTRAINT_VIOLATION,
993 throw newDirectoryException(entryDN, ResultCode.CONSTRAINT_VIOLATION,
1004 throw newDirectoryException(entryDN, ResultCode.CONSTRAINT_VIOLATION,
1015 throw newDirectoryException(entryDN, ResultCode.CONSTRAINT_VIOLATION,
1111 throw newDirectoryException(entryDN, de.getResultCode(),
1131 throw newDirectoryException(entryDN, ResultCode.ASSERTION_FAILED,
1148 throw newDirectoryException(entryD
[all...]
H A DLocalBackendModifyDNOperation.java497 private DirectoryException newDirectoryException(Entry entry, method in class:LocalBackendModifyDNOperation
500 return LocalBackendWorkflowElement.newDirectoryException(this, entry, null,
573 throw newDirectoryException(currentEntry, de.getResultCode(),
593 throw newDirectoryException(currentEntry,
611 throw newDirectoryException(currentEntry, de.getResultCode(),
H A DLocalBackendWorkflowElement.java384 static DirectoryException newDirectoryException(Operation operation, method in class:LocalBackendWorkflowElement
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyOperation.java581 private DirectoryException newDirectoryException(Entry entry, method in class:LocalBackendModifyOperation
584 return LocalBackendWorkflowElement.newDirectoryException(this, entry,
657 throw newDirectoryException(currentEntry, de.getResultCode(),
677 throw newDirectoryException(currentEntry,
694 throw newDirectoryException(currentEntry, de.getResultCode(),
770 throw newDirectoryException(currentEntry,
804 throw newDirectoryException(currentEntry,
819 throw newDirectoryException(currentEntry,
1288 throw newDirectoryException(currentEntry, ResultCode.PROTOCOL_ERROR,
1311 throw newDirectoryException(currentEntr
[all...]
H A DLocalBackendCompareOperation.java346 private DirectoryException newDirectoryException(Entry entry, method in class:LocalBackendCompareOperation
349 return LocalBackendWorkflowElement.newDirectoryException(this, entry, null,
421 throw newDirectoryException(entry, de.getResultCode(),
441 throw newDirectoryException(entry, ResultCode.ASSERTION_FAILED,
458 throw newDirectoryException(entry, de.getResultCode(),
H A DLocalBackendDeleteOperation.java355 private DirectoryException newDirectoryException(Entry entry, method in class:LocalBackendDeleteOperation
358 return LocalBackendWorkflowElement.newDirectoryException(this, entry,
430 throw newDirectoryException(entry, de.getResultCode(),
450 throw newDirectoryException(entry, ResultCode.ASSERTION_FAILED,
466 throw newDirectoryException(entry, de.getResultCode(),
523 throw newDirectoryException(entry,
H A DLocalBackendAddOperation.java575 private DirectoryException newDirectoryException(DN entryDN, method in class:LocalBackendAddOperation
578 return LocalBackendWorkflowElement.newDirectoryException(this, null,
607 throw newDirectoryException(parentDN, ResultCode.BUSY,
683 throw newDirectoryException(entryDN, ResultCode.CONSTRAINT_VIOLATION,
993 throw newDirectoryException(entryDN, ResultCode.CONSTRAINT_VIOLATION,
1004 throw newDirectoryException(entryDN, ResultCode.CONSTRAINT_VIOLATION,
1015 throw newDirectoryException(entryDN, ResultCode.CONSTRAINT_VIOLATION,
1111 throw newDirectoryException(entryDN, de.getResultCode(),
1131 throw newDirectoryException(entryDN, ResultCode.ASSERTION_FAILED,
1148 throw newDirectoryException(entryD
[all...]
H A DLocalBackendModifyDNOperation.java497 private DirectoryException newDirectoryException(Entry entry, method in class:LocalBackendModifyDNOperation
500 return LocalBackendWorkflowElement.newDirectoryException(this, entry, null,
573 throw newDirectoryException(currentEntry, de.getResultCode(),
593 throw newDirectoryException(currentEntry,
611 throw newDirectoryException(currentEntry, de.getResultCode(),
H A DLocalBackendWorkflowElement.java384 static DirectoryException newDirectoryException(Operation operation, method in class:LocalBackendWorkflowElement
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DNullBackend.java347 throw newDirectoryException(e);
374 throw newDirectoryException(le);
397 throw newDirectoryException(e);
401 private DirectoryException newDirectoryException(Exception e) method in class:NullBackend
415 throw newDirectoryException(e);

Completed in 92 milliseconds