Searched refs:exceptionMessage (Results 1 – 2 of 2) sorted by relevance
32 public String exceptionMessage; field in VirtualThreadSubmitFailedEvent
142 public static String testCatchException_target(String arg1, long arg2, String exceptionMessage) in testCatchException_target() argument144 if (exceptionMessage != null) { in testCatchException_target()145 throw new IllegalArgumentException(exceptionMessage); in testCatchException_target()148 assertEquals(null, exceptionMessage); in testCatchException_target()