Class 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
Author:
Igor Goldenberg
See Also:
  • Constructor Details

    • ElectionInProcessException

      public ElectionInProcessException(String inActiveSpaceMemberName)
      Constructor.
      Parameters:
      inActiveSpaceMemberName - the inactive space member name.