Searched defs:throwIfPossible (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.java1041 throwIfPossible(e, clazz1, clazz2);
1044 throwIfPossible(e.getCause(), clazz1, clazz2);
1053 private static <E1 extends Exception, E2 extends Exception> void throwIfPossible(final Throwable cause, method in class:EntryContainer

Completed in 34 milliseconds