com.sleepycat.je.rep
Class MemberNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sleepycat.je.DatabaseException
com.sleepycat.je.OperationFailureException
com.sleepycat.je.rep.MemberNotFoundException
- All Implemented Interfaces:
- Serializable
public class MemberNotFoundException
- extends OperationFailureException
Thrown when an operation requires a replication group member and that member
is not present in the replication group.
- See Also:
- Serialized Form
MemberNotFoundException
public MemberNotFoundException(String message)
- For internal use only.
wrapSelf
public OperationFailureException wrapSelf(String msg)
- For internal use only.
- Specified by:
wrapSelf
in class OperationFailureException
Copyright (c) 2004-2010 Oracle. All rights reserved.