DBVIEW
|
Public Member Functions | |
DatabaseException (String in_message) | |
Static Private Attributes | |
static final long | serialVersionUID = 3L |
This exception is thrown whenever an error occurred while using a database.
Definition at line 28 of file DatabaseException.java.
org.dbview.db.structure.DatabaseException.DatabaseException | ( | String | in_message | ) |
Constructor.
in_message | Error message. |
Definition at line 41 of file DatabaseException.java.
final long org.dbview.db.structure.DatabaseException.serialVersionUID = 3L [static, private] |
This value represents the version of the current class.
Definition at line 35 of file DatabaseException.java.