Searched refs:resolveEx (Results 1 – 3 of 3) sorted by relevance
1593 ClassNotFoundException resolveEx = desc.getResolveException(); in readClass() local1594 if (resolveEx != null) { in readClass()1595 handles.markException(passHandle, resolveEx); in readClass()1667 ClassNotFoundException resolveEx = null; in readProxyDesc() local1671 resolveEx = new ClassNotFoundException("null class"); in readProxyDesc()1688 resolveEx = ex; in readProxyDesc()1692 desc.initProxy(cl, resolveEx, readClassDesc(false)); in readProxyDesc()1729 ClassNotFoundException resolveEx = null; in readNonProxyDesc() local1734 resolveEx = new ClassNotFoundException("null class"); in readNonProxyDesc()1739 resolveEx = ex; in readNonProxyDesc()[all …]
168 private ClassNotFoundException resolveEx; field in ObjectStreamClass590 ClassNotFoundException resolveEx, in initProxy() argument603 this.resolveEx = resolveEx; in initProxy()627 ClassNotFoundException resolveEx, in initNonProxy() argument678 this.resolveEx = resolveEx; in initNonProxy()813 return resolveEx; in getResolveException()
79 java.lang.ClassNotFoundException resolveEx, in initProxy() argument88 java.lang.ClassNotFoundException resolveEx, in initNonProxy() argument426 private java.lang.ClassNotFoundException resolveEx; field in ObjectStreamClass