com.sleepycat.je
Class SequenceExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sleepycat.je.DatabaseException
com.sleepycat.je.OperationFailureException
com.sleepycat.je.SequenceExistsException
- All Implemented Interfaces:
- Serializable
public class SequenceExistsException
- extends OperationFailureException
Thrown by Database.openSequence
if the
sequence record already exists and the SequenceConfig
ExclusiveCreate
parameter is true.
The Transaction
handle is not invalidated as a result of
this exception.
- Since:
- 4.0
- See Also:
- Serialized Form
Copyright (c) 2004-2011 Oracle. All rights reserved.