HomeSort by relevance Sort by last modified time
    Searched defs:ObjectNotFoundException (Results 1 - 3 of 3) sorted by null

  /external/javassist/src/main/javassist/tools/rmi/
ObjectNotFoundException.java 18 public class ObjectNotFoundException extends Exception {
19 public ObjectNotFoundException(String name) {
23 public ObjectNotFoundException(String name, Exception e) {
ObjectImporter.java 125 catch (ObjectNotFoundException e) {
152 public Object lookupObject(String name) throws ObjectNotFoundException
179 throw new ObjectNotFoundException(name, e);
182 throw new ObjectNotFoundException(name);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 658 milliseconds