com.sleepycat.db
Class ReplicationDuplicateMasterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sleepycat.db.DatabaseException
com.sleepycat.db.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:
- Serialized Form
Copyright (c) 1996, 2013 Oracle and/or its affiliates. All rights reserved.