Berkeley DB
version 4.7.25

com.sleepycat.db
Class ReplicationDuplicateMasterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sleepycat.db.DatabaseException
              extended by 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

Method Summary
 
Methods inherited from class com.sleepycat.db.DatabaseException
getEnvironment, getErrno, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 


Berkeley DB
version 4.7.25

Copyright (c) 1996,2008 Oracle. All rights reserved.