public class ReplicaWriteException extends StateChangeException
ReplicatedEnvironment.State.REPLICA
state. The transaction is marked
as being invalid.
The exception typically indicates an error in the application logic. In some extremely rare cases it could be the result of a transition of the node from Master to Replica, while a transaction was in progress.
The application must abort the current transaction and redirect all subsequent update operations to the Master.
getEvent
getMessage
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright (c) 2004, 2013 Oracle and/or its affiliates. All rights reserved.