com.sleepycat.je.rep
Class MasterTransferFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sleepycat.je.DatabaseException
com.sleepycat.je.OperationFailureException
com.sleepycat.je.rep.MasterTransferFailureException
- All Implemented Interfaces:
- Serializable
public class MasterTransferFailureException
- extends OperationFailureException
Thrown by ReplicatedEnvironment.transferMaster(java.util.Set, int, java.util.concurrent.TimeUnit)
if a Master Transfer
operation cannot be completed within the allotted time.
- See Also:
- Serialized Form
MasterTransferFailureException
public MasterTransferFailureException(String message)
- For internal use only.
wrapSelf
public MasterTransferFailureException wrapSelf(String message)
- For internal use only.
- Specified by:
wrapSelf
in class OperationFailureException
Copyright (c) 2004-2012 Oracle. All rights reserved.