Class ReplicationDuplicateMasterException

All Implemented Interfaces:
Serializable

public class ReplicationDuplicateMasterException extends DatabaseException
The replication group has more than one master. The application should reconfigure itself as a client by calling the Environment.startReplication method, and then call for an election by calling Environment.electReplicationMaster.
See Also: