Searched defs:throwAllowedExceptionTypes (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DEntryContainer.java1005 throwAllowedExceptionTypes(e, DirectoryException.class, CanceledOperationException.class);
1038 void throwAllowedExceptionTypes(Exception e, Class<E1> clazz1, Class<E2> clazz2) method in class:EntryContainer
1558 throwAllowedExceptionTypes(e, DirectoryException.class, CanceledOperationException.class);
1780 throwAllowedExceptionTypes(e, DirectoryException.class, CanceledOperationException.class);
1860 throwAllowedExceptionTypes(e, DirectoryException.class, DirectoryException.class);
2002 throwAllowedExceptionTypes(e, DirectoryException.class, CanceledOperationException.class);
2252 throwAllowedExceptionTypes(e, DirectoryException.class, CanceledOperationException.class);

Completed in 37 milliseconds