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

Class NoSuchObjectException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.io.IOException
         |
         +--java.rmi.RemoteException
            |
            +--java.rmi.NoSuchObjectException


public class NoSuchObjectException

extends RemoteException

Thrown on an attempt to invoke a call on an object that no longer exists in the remote Virtual Machine. The call may be retransmitted and still obey the semantics of "at most once".

Since:Author:See Also:

Constructor Summary

NoSuchObjectException(java.lang.String s)

Create an exception with a message.

Constructor Details

NoSuchObjectException

public NoSuchObjectException(java.lang.String s)

Create an exception with a message.

Parameters: