java.rmi
Class NoSuchObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by 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

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
NoSuchObjectException(String s)
          Create an exception with a message.
 
Method Summary
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchObjectException

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

Parameters:
s - the message