skinny

exception

package exception

Visibility
  1. Public
  2. All

Type Members

  1. case class DBSettingsException(message: String, cause: Throwable = null) extends RuntimeException with Product with Serializable

    Represents DB settings issue.

  2. case class IllegalAssociationException(message: String, cause: Throwable = null) extends RuntimeException with Product with Serializable

    Represents illegal association definitions (which won't be detected by compilation).

Ungrouped