Berkeley DB Java Edition
version 5.0.34

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

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

Uses of StateChangeException in com.sleepycat.je.rep
 

Subclasses of StateChangeException in com.sleepycat.je.rep
 class MasterStateException
          This exception indicates that the application attempted an operation that is not permitted when it is in the Replicator.State.Master state.
 class ReplicaStateException
          This exception indicates that the application attempted an operation that is not permitted when it is in the Replicator.State.Replica state.
 class ReplicaWriteException
          This exception indicates that an update operation was attempted while in the ReplicatedEnvironment.State.REPLICA state.
 class UnknownMasterException
          Indicates that the underlying operation requires communication with a Master, but that a Master was not available.
 


Berkeley DB Java Edition
version 5.0.34

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