Package

skinny

exception

Permalink

package exception

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    Represents DB settings issue.

    Represents DB settings issue.

    message

    message

    cause

    cause

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

    Permalink

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

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

    message

    message

    cause

    cause

Ungrouped