com.gigaspaces.cluster.activeelection
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
public class ElectionInProcessException
- extends InactiveSpaceException
This exception thrown on attempt to access space with non clustered proxy while
space undergoing election process.
- Since:
- 5.2
- See Also:
- Serialized Form
ElectionInProcessException
public ElectionInProcessException(String inActiveSpaceMemberName)
- Constructor.
- Parameters:
inActiveSpaceMemberName - the inactive space member name.