public class DatabaseExistsException extends OperationFailureException
Environment.openDatabase and
Environment.openSecondaryDatabase
if the database already exists and the DatabaseConfig
ExclusiveCreate parameter is true.
The Transaction handle is not invalidated as a result of
this exception.
| Constructor and Description |
|---|
DatabaseExistsException(java.lang.String message)
For internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
OperationFailureException |
wrapSelf(java.lang.String msg)
For internal use only.
|
addErrorMessage, addRethrownStackTrace, getMessage, getVersionHeaderpublic DatabaseExistsException(java.lang.String message)
public OperationFailureException wrapSelf(java.lang.String msg)
wrapSelf in class OperationFailureExceptionCopyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.