Where Am I? Class Hierarchy (JDK) All Classes (JDK) All Fields and Methods (JDK)

Class java.rmi.NotBoundException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.rmi.NotBoundException

public class NotBoundException
extends Exception


Constructor Index

NotBoundException()
NotBoundException(String)

Constructors

NotBoundException
 public NotBoundException()
NotBoundException
 public NotBoundException(String s)

Where Am I? Class Hierarchy (JDK) All Classes (JDK) All Fields and Methods (JDK)