java.rmi
Class NoSuchObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
java.rmi.NoSuchObjectException
- All Implemented Interfaces:
- Serializable
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:
- 1.1
- See Also:
RemoteObject.toStub(Remote)
,
UnicastRemoteObject.unexportObject(Remote, boolean)
,
Activatable.unexportObject(Remote, boolean)
,
Serialized Form
NoSuchObjectException
public NoSuchObjectException(String s)
- Create an exception with a message.
- Parameters:
s
- the message