public class

NotBoundException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.rmi.NotBoundException

Class Overview

A NotBoundException is thrown if an attempt is made to lookup or unbind in the registry a name that has no associated binding.

Summary

Public Constructors
NotBoundException()
Constructs a NotBoundException with no specified detail message.
NotBoundException(String s)
Constructs a NotBoundException with the specified detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NotBoundException ()

Constructs a NotBoundException with no specified detail message.

public NotBoundException (String s)

Constructs a NotBoundException with the specified detail message.

Parameters
s the detail message