Home | History | Annotate | Download | only in rt

Lines Matching refs:reportFailure

619                     final Throwable reportFailure = (Throwable) i.next ();                
620 if (firstReportFailure == null) firstReportFailure = reportFailure;
622 log.log (Logger.SEVERE, "exception while creating a report:", reportFailure);