| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.netbeans.lib.ddl.DatabaseProductNotFoundException
DatabaseProductNotFoundException | public class DatabaseProductNotFoundException extends Exception (Code) | | System is not able to locate appropriate resources to create DatabaseSpecification object
(object describing the database). It means that database product is not
supported by system. You can use generic database system or write your
own description file. If you are sure that it is, please check location
of description files.
author: Slavek Psenicka |
serialVersionUID | final static long serialVersionUID(Code) | | |
DatabaseProductNotFoundException | public DatabaseProductNotFoundException(String spec)(Code) | | Creates new exception
Parameters: desc - The text describing the exception |
DatabaseProductNotFoundException | public DatabaseProductNotFoundException(String spec, String desc)(Code) | | Creates new exception with text specified string.
Parameters: spec - Database product name Parameters: desc - The text describing the exception |
getDatabaseProductName | public String getDatabaseProductName()(Code) | | Returns database product name.
This database is not supported by system. You can use generic database
system or write your own description file.
|
|
|
|