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

/javamail/mail/src/main/java/com/sun/mail/util/logging/
H A DMailHandler.java1733 * @param le the linkage error or a RuntimeException.
1738 private void reportLinkageError(final Throwable le, final int code) { argument
1739 if (le == null) {
1748 .uncaughtException(Thread.currentThread(), le);

Completed in 33 milliseconds