case classInconsistentDatabase(db: String, script: String, error: String, rev: Int) extends PlayException with ExceptionAttachment with RichDescription with Product with Serializable
Exception thrown when the database is in inconsistent state.
case classInvalidDatabaseRevision(db: String, script: String) extends PlayException with ExceptionAttachment with RichDescription with Product with Serializable
Exception thrown when the database is not up to date.