Name

NoSuchObjectException

Synopsis

This subclass of RemoteException is thrown when you attempt to invoke a method on a remote object that is no longer available.

                  
public class NoSuchObjectException extends RemoteException {
// Public Constructors
   public NoSuchObjectException( String s);  
}

Thrown By

java.rmi.activation.Activatable.unexportObject(), java.rmi.server.RemoteObject.toStub(), java.rmi.server.UnicastRemoteObject.unexportObject(), javax.rmi.PortableRemoteObject.{toStub(), unexportObject()}, javax.rmi.CORBA.PortableRemoteObjectDelegate.{toStub(), unexportObject()}, javax.rmi.CORBA.Tie.deactivate(), javax.rmi.CORBA.Util.unexportObject(), javax.rmi.CORBA.UtilDelegate.unexportObject()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.