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
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all