Class NativeDatabaseDriverIsNotAccessibleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.db.DBException
-
- jetbrains.buildServer.serverSide.db.CouldNotConnectToDatabaseException
-
- jetbrains.buildServer.serverSide.db.DatabaseDriverMissingException
-
- jetbrains.buildServer.serverSide.db.NativeDatabaseDriverIsNotAccessibleException
-
- All Implemented Interfaces:
Serializable
public class NativeDatabaseDriverIsNotAccessibleException extends DatabaseDriverMissingException
Thrown when native database driver is not found. Applicable for Oracle and MS SQL.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.serverSide.db.DBException
exception, query
-
-
Constructor Summary
Constructors Constructor Description NativeDatabaseDriverIsNotAccessibleException(String message)
NativeDatabaseDriverIsNotAccessibleException(String message, Throwable cause)
Constructs a new exception.
-
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
-
-
-
-
Constructor Detail
-
NativeDatabaseDriverIsNotAccessibleException
public NativeDatabaseDriverIsNotAccessibleException(@NotNull String message)
-
-