Searched refs:lookupException (Results 1 – 1 of 1) sorted by relevance
375 ClassNotFoundException ex = handles.lookupException(passHandle); in readObject()465 ClassNotFoundException ex = handles.lookupException(passHandle); in readUnshared()512 ClassNotFoundException ex = handles.lookupException(passHandle); in defaultReadObject()1396 if (!enableResolve || handles.lookupException(passHandle) != null) { in checkResolve()1805 handles.lookupException(passHandle) == null && in readOrdinaryObject()1886 handles.lookupException(passHandle) == null) in readSerialData()1926 handles.lookupException(passHandle) == null) in readSerialData()2142 return (handles.lookupException(objHandle) == null) ? in get()3439 ClassNotFoundException lookupException(int handle) { in lookupException() method in ObjectInputStream.HandleTable