Class HsqlFileDoesntExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.db.DBException
-
- jetbrains.buildServer.serverSide.db.HSQL.HsqlFileDoesntExistException
-
- All Implemented Interfaces:
Serializable
public class HsqlFileDoesntExistException extends DBException
Thrown when requested to open an existent HSQL database (and not create a new one), but the specified database file doesn't exists.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description File
file
-
Fields inherited from class jetbrains.buildServer.serverSide.db.DBException
exception, query
-
-
Constructor Summary
Constructors Constructor Description HsqlFileDoesntExistException(File file)
-
Method Summary
-
Methods inherited from class jetbrains.buildServer.serverSide.db.DBException
getCauseMessage, getSqlException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-