com.sleepycat.db
Class ReplicationJoinFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sleepycat.db.DatabaseException
com.sleepycat.db.ReplicationJoinFailureException
- All Implemented Interfaces:
- Serializable
public class ReplicationJoinFailureException
- extends DatabaseException
Thrown if a new master has been chosen but the client is unable to synchronize
with the new master (possibly because the client has been configured
with the ReplicationConfig.NOAUTOINIT
setting to turn-off automatic
internal initialization).
- See Also:
- Serialized Form
Copyright(c) 1996-2006 Oracle Corporation - All rights reserved.