Searched refs:resolveEx (Results 1 – 3 of 3) sorted by relevance
1563 ClassNotFoundException resolveEx = desc.getResolveException(); in readClass() local1564 if (resolveEx != null) { in readClass()1565 handles.markException(passHandle, resolveEx); in readClass()1637 ClassNotFoundException resolveEx = null; in readProxyDesc() local1641 resolveEx = new ClassNotFoundException("null class"); in readProxyDesc()1658 resolveEx = ex; in readProxyDesc()1662 desc.initProxy(cl, resolveEx, readClassDesc(false)); in readProxyDesc()1699 ClassNotFoundException resolveEx = null; in readNonProxyDesc() local1704 resolveEx = new ClassNotFoundException("null class"); in readNonProxyDesc()1709 resolveEx = ex; in readNonProxyDesc()[all …]
159 private ClassNotFoundException resolveEx; field in ObjectStreamClass562 ClassNotFoundException resolveEx, in initProxy() argument575 this.resolveEx = resolveEx; in initProxy()599 ClassNotFoundException resolveEx, in initNonProxy() argument650 this.resolveEx = resolveEx; in initNonProxy()779 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