Searched refs:candidateSuppressedExceptions (Results 1 – 1 of 1) sorted by relevance
968 List<Throwable> candidateSuppressedExceptions = suppressedExceptions; in readObject() local978 if (candidateSuppressedExceptions != null) { in readObject()979 int suppressedSize = validateSuppressedExceptionsList(candidateSuppressedExceptions); in readObject()983 for (Throwable t : candidateSuppressedExceptions) { in readObject()