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
Methods inherited from class com.sleepycat.je.EnvironmentFailureException |
getReason, makeJavaErrorWrapper, promote, setAlreadyThrown, unexpectedException, unexpectedException, unexpectedException, unexpectedException, unexpectedState, unexpectedState, unexpectedState, unexpectedState |
GroupShutdownException
public GroupShutdownException(Logger logger,
RepNode repNode,
long shutdownTimeMs)
- For internal use only.
getMessage
public String getMessage()
- Overrides:
getMessage
in class EnvironmentFailureException
- See Also:
DatabaseException.getMessage()
wrapSelf
public GroupShutdownException wrapSelf(String msg)
- For internal use only.
- Overrides:
wrapSelf
in class EnvironmentFailureException
getShutdownVLSN
public VLSN getShutdownVLSN()
- For internal use only.
Copyright (c) 2004-2010 Oracle. All rights reserved.