csw.database.exceptions
package csw.database.exceptions
Members list
Type members
Classlikes
case class DatabaseException(msg: String, cause: Throwable) extends RuntimeException
Represents the exception while connecting to database server e.g. in case of providing incorrect username or password
Represents the exception while connecting to database server e.g. in case of providing incorrect username or password
Value parameters
- cause
-
represents the underlying or root exception
- msg
-
represents a brief description of the exception from the underlying or root exception
Attributes
- Supertypes
In this article