- All Implemented Interfaces:
java.io.Serializable
public class RemoteObjectInstanceException
extends java.lang.Exception
This exception indicates that something went wrong while attempting
to acquire an object that is represented on a remote server.
The cause of this exception should include the information necessary
for understanding what went wrong. For example, it could be that
the client failed to communicate with the server which could result
in a RemoteException. Possibly the object does not exist on the
remote server, resulting in a NamingException. Or possibly the
object could not be re-constructed locally due to a
ClassNotFoundException, etc.
- See Also:
- Serialized Form