public final class DatabaseAlreadyExistsException extends RuntimeException
| Constructor and Description |
|---|
DatabaseAlreadyExistsException(String databaseName)
Creates a new instance setting the name of the database.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DatabaseAlreadyExistsException(String databaseName)
databaseName - the database nameCopyright © 2020. All rights reserved.