Berkeley DB Java Edition
version 5.0.34

Uses of Class
com.sleepycat.je.rep.RestartRequiredException

Packages that use RestartRequiredException
com.sleepycat.je.rep
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE environments. 
 

Uses of RestartRequiredException in com.sleepycat.je.rep
 

Subclasses of RestartRequiredException in com.sleepycat.je.rep
 class InsufficientLogException
          This exception indicates that the log files constituting the Environment are insufficient and cannot be used as the basis for continuing with the replication stream provided by the current master.
 class MasterReplicaTransitionException
          MasterReplicaTransitionException is thrown in JE replication systems when this environment is a master and must transition to replica state.
 class RollbackException
          This asynchronous exception indicates that a new master has been selected, this Replica's log is ahead of the current Master, and in this case, the Replica was unable to rollback without a recovery.
 class RollbackProhibitedException
          This exception may be thrown by a Replica during the replication stream sync-up phase of startup.
 

Constructors in com.sleepycat.je.rep with parameters of type RestartRequiredException
RestartRequiredException(String message, RestartRequiredException cause)
          For internal use only.
 


Berkeley DB Java Edition
version 5.0.34

Copyright (c) 2004-2011 Oracle. All rights reserved.