Class LRMINoSuchObjectException

All Implemented Interfaces:
Serializable

public class LRMINoSuchObjectException extends NoSuchObjectException
A LRMINoSuchObjectException is thrown if an attempt is made to invoke a method on an object that no longer exists in the remote virtual machine using LRMI framework.
Since:
9.0
Author:
eitany
See Also:
  • Constructor Details

    • LRMINoSuchObjectException

      public LRMINoSuchObjectException(String message, Throwable cause)