Package

com.github.andriykuba.play.reactivemongo.shortcuts

exceptions

Permalink

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. case class FieldNotFoundException(message: String) extends Exception with Product with Serializable

    Permalink

    Document field was not found.

  2. case class NotUniqueDocumentException(message: String) extends Exception with Product with Serializable

    Permalink

    More than one document found, where only one must exist.

Ungrouped