Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.rmi

Class NotBoundException

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


public class NotBoundException

extends Exception

Thrown on an attempt to lookup or unbind a registry name that has no associated binding.

Since:Author:See Also:

Constructor Summary

NotBoundException()

Create an exception with no message.
NotBoundException(java.lang.String s)

Create an exception with a message.

Constructor Details

NotBoundException

public NotBoundException()

Create an exception with no message.


NotBoundException

public NotBoundException(java.lang.String s)

Create an exception with a message.

Parameters: