Class RemoteObjectInstanceException

  • 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RemoteObjectInstanceException

        public RemoteObjectInstanceException​(java.lang.String msg,
                                             java.lang.Throwable cause)