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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Copyright (c) 1996-2005 Sleepycat Software, Inc. - All rights reserved.