com.sleepycat.je.rep
Class MasterStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sleepycat.je.DatabaseException
com.sleepycat.je.OperationFailureException
com.sleepycat.je.rep.StateChangeException
com.sleepycat.je.rep.MasterStateException
- All Implemented Interfaces:
- Serializable
public class MasterStateException
- extends StateChangeException
This exception indicates that the application attempted an operation that is
not permitted when it is in the Replicator.State.Master state
.
- See Also:
- Serialized Form
MasterStateException
public MasterStateException(StateChangeEvent stateChangeEvent)
- For internal use only.
MasterStateException
public MasterStateException(String message)
- For internal use only.
wrapSelf
public MasterStateException wrapSelf(String msg)
- For internal use only.
- Specified by:
wrapSelf
in class OperationFailureException
Copyright (c) 2004-2012 Oracle. All rights reserved.