Package com.gigaspaces.exception.lrmi
Class LRMINoSuchObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
java.rmi.NoSuchObjectException
com.gigaspaces.exception.lrmi.LRMINoSuchObjectException
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
Fields inherited from class java.rmi.RemoteException
detail -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.rmi.RemoteException
getCause, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LRMINoSuchObjectException
-