package exceptions
Type Members
- case class DatabaseException(msg: String, cause: Throwable) extends RuntimeException with Product with Serializable
Represents the exception while connecting to database server e.g.
Represents the exception while connecting to database server e.g. in case of providing incorrect username or password
- msg
represents a brief description of the exception from the underlying or root exception
- cause
represents the underlying or root exception