java.rmi

Class 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: 1.1

See Also: toStub UnicastRemoteObject Activatable

UNKNOWN: updated to 1.4

Constructor Summary
NoSuchObjectException(String s)
Create an exception with a message.

Constructor Detail

NoSuchObjectException

public NoSuchObjectException(String s)
Create an exception with a message.

Parameters: s the message