com.sleepycat.je.rep
Class MasterReplicaTransitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sleepycat.je.DatabaseException
com.sleepycat.je.RunRecoveryException
com.sleepycat.je.EnvironmentFailureException
com.sleepycat.je.rep.RestartRequiredException
com.sleepycat.je.rep.MasterReplicaTransitionException
- All Implemented Interfaces:
- Serializable
public class MasterReplicaTransitionException
- extends RestartRequiredException
MasterReplicaTransitionException is thrown in JE replication systems when
this environment is a master and must transition to replica state. In some
cases,the environment must reinitialize internal state to become a replica.
MasterReplicaTransitionException is a RestartRequiredException
, and
the application must close and reopen its environment handle, thereby
properly reinitializing the node.
- See Also:
- Serialized Form
MasterReplicaTransitionException
public MasterReplicaTransitionException(com.sleepycat.je.dbi.EnvironmentImpl envImpl,
Exception cause)
Copyright (c) 2004-2011 Oracle. All rights reserved.