Class ElectionInProcessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.gigaspaces.cluster.activeelection.InactiveSpaceException
com.gigaspaces.cluster.activeelection.ElectionInProcessException
- All Implemented Interfaces:
Serializable
This exception thrown on attempt to access space with non clustered proxy while space
undergoing election process.
- Since:
- 5.2
- Author:
- Igor Goldenberg
- See Also:
-
Field Summary
Fields inherited from class java.rmi.RemoteException
detail -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.gigaspaces.cluster.activeelection.InactiveSpaceException
getInActiveSpaceName, getPrimarySpaceNameMethods 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
-
ElectionInProcessException
Constructor.- Parameters:
inActiveSpaceMemberName- the inactive space member name.
-