Package

skinny.orm

exception

Permalink

package exception

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    Represents settings failures of associations.

    Represents settings failures of associations.

    message

    message

    cause

    cause

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

    Permalink

    Represents optimistic locking conflict.

    Represents optimistic locking conflict.

    message

    message

    cause

    cause

Ungrouped