com.sleepycat.je.rep
Class GroupShutdownException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sleepycat.je.DatabaseException
com.sleepycat.je.RunRecoveryException
com.sleepycat.je.EnvironmentFailureException
com.sleepycat.je.rep.GroupShutdownException
- All Implemented Interfaces:
- Serializable
public class GroupShutdownException
- extends EnvironmentFailureException
Thrown when an attempt is made to access an environment that was
shutdown by the Master as a result of a call to
ReplicatedEnvironment.shutdownGroup(long, TimeUnit)
.
- See Also:
- Serialized Form
Copyright (c) 2004-2011 Oracle. All rights reserved.