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: java.rmi.server.RemoteObject#toStub(Remote) java.rmi.server.UnicastRemoteObject#unexportObject(Remote, boolean) java.rmi.activation.Activatable#unexportObject(Remote, boolean)

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