java.rmi
Class NoSuchObjectException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.rmi.RemoteException
|
+--java.rmi.NoSuchObjectException
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:
NoSuchObjectException
public NoSuchObjectException(java.lang.String s)
Create an exception with a message.
Parameters: