Package | Description |
---|---|
com.sleepycat.je.rep |
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE
environments.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Constructor and Description |
---|
StateChangeException(String message,
StateChangeException cause)
For internal use only.
|
Copyright (c) 2004, 2013 Oracle and/or its affiliates. All rights reserved.