Searched refs:resolveEx (Results 1 – 2 of 2) sorted by relevance
1488 ClassNotFoundException resolveEx = desc.getResolveException(); in readClass() local1489 if (resolveEx != null) { in readClass()1490 handles.markException(passHandle, resolveEx); in readClass()1556 ClassNotFoundException resolveEx = null; in readProxyDesc() local1560 resolveEx = new ClassNotFoundException("null class"); in readProxyDesc()1572 resolveEx = ex; in readProxyDesc()1576 desc.initProxy(cl, resolveEx, readClassDesc(false)); in readProxyDesc()1609 ClassNotFoundException resolveEx = null; in readNonProxyDesc() local1614 resolveEx = new ClassNotFoundException("null class"); in readNonProxyDesc()1619 resolveEx = ex; in readNonProxyDesc()[all …]
152 private ClassNotFoundException resolveEx; field in ObjectStreamClass538 ClassNotFoundException resolveEx, in initProxy() argument543 this.resolveEx = resolveEx; in initProxy()571 ClassNotFoundException resolveEx, in initNonProxy() argument576 this.resolveEx = resolveEx; in initNonProxy()747 return resolveEx; in getResolveException()