Class RemoteObjectInstanceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.ws.container.service.naming.RemoteObjectInstanceException
All Implemented Interfaces:
Serializable

public class RemoteObjectInstanceException extends 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:
  • Constructor Details

    • RemoteObjectInstanceException

      public RemoteObjectInstanceException(String msg, Throwable cause)