com.gigaspaces.cluster.activeelection
Class ElectionInProcessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by com.gigaspaces.cluster.activeelection.InactiveSpaceException
                      extended by 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

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
ElectionInProcessException(String inActiveSpaceMemberName)
          Constructor.
 
Method Summary
 
Methods inherited from class com.gigaspaces.cluster.activeelection.InactiveSpaceException
getInActiveSpaceName, getPrimarySpaceName
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ElectionInProcessException

public ElectionInProcessException(String inActiveSpaceMemberName)
Constructor.

Parameters:
inActiveSpaceMemberName - the inactive space member name.