Searched defs:NotBoundException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/rmi/
H A DNotBoundException.java28 * A <code>NotBoundException</code> is thrown if an attempt
40 public class NotBoundException extends java.lang.Exception { class in inherits:java.lang.Exception
46 * Constructs a <code>NotBoundException</code> with no
50 public NotBoundException() { method in class:NotBoundException
55 * Constructs a <code>NotBoundException</code> with the specified
61 public NotBoundException(String s) { method in class:NotBoundException

Completed in 1676 milliseconds