com.sleepycat.je.tree
Class DuplicateEntryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sleepycat.je.DatabaseException
com.sleepycat.je.tree.DuplicateEntryException
- All Implemented Interfaces:
- Serializable
public class DuplicateEntryException
- extends DatabaseException
Exception to indicate that an entry is already present in a node.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicateEntryException
public DuplicateEntryException()
DuplicateEntryException
public DuplicateEntryException(String message)
Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.