skinny.orm

exception

package exception

Visibility
  1. Public
  2. All

Type Members

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

    Represents settings failures of associations.

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

    Represents optimistic locking conflict.

Ungrouped