Searched refs:CNFE (Results 1 – 1 of 1) sorted by relevance
71 static final Class<ClassNotFoundException> CNFE = ClassNotFoundException.class; field in BadValues77 Throwable t = expectThrows(CNFE, () -> deserialize(bytes)); in testNotFoundSer()85 Throwable t = expectThrows(CNFE, () -> deserialize(bytes)); in testNotFoundSerWr()93 Throwable t = expectThrows(CNFE, () -> deserialize(bytes)); in testNotFoundExt()101 Throwable t = expectThrows(CNFE, () -> deserialize(bytes)); in testNotFoundExtWr()