Packages

c

play.api.db.evolutions

InconsistentDatabase

case class InconsistentDatabase(db: String, script: String, error: String, rev: Int, autocommit: Boolean) extends RichDescription with Product with Serializable

Exception thrown when the database is in an inconsistent state.

db

the database name

script

the evolution script

error

an inconsistent state error

rev

the revision

Source
EvolutionsApi.scala
Linear Supertypes
Product, Equals, RichDescription, ExceptionAttachment, PlayException, UsefulException, RuntimeException, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InconsistentDatabase
  2. Product
  3. Equals
  4. RichDescription
  5. ExceptionAttachment
  6. PlayException
  7. UsefulException
  8. RuntimeException
  9. Exception
  10. Throwable
  11. Serializable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new InconsistentDatabase(db: String, script: String, error: String, rev: Int, autocommit: Boolean)

    db

    the database name

    script

    the evolution script

    error

    an inconsistent state error

    rev

    the revision

Value Members

  1. final def addSuppressed(arg0: Throwable): Unit
    Definition Classes
    Throwable
  2. val autocommit: Boolean
  3. def content(): String
    Definition Classes
    InconsistentDatabase → ExceptionAttachment
  4. val db: String
  5. val error: String
  6. def fillInStackTrace(): Throwable
    Definition Classes
    Throwable
  7. def getCause(): Throwable
    Definition Classes
    Throwable
  8. def getLocalizedMessage(): String
    Definition Classes
    Throwable
  9. def getMessage(): String
    Definition Classes
    Throwable
  10. def getStackTrace(): Array[StackTraceElement]
    Definition Classes
    Throwable
  11. final def getSuppressed(): Array[Throwable]
    Definition Classes
    Throwable
  12. def htmlDescription(): String
    Definition Classes
    InconsistentDatabase → RichDescription
  13. def initCause(arg0: Throwable): Throwable
    Definition Classes
    Throwable
  14. def printStackTrace(arg0: PrintWriter): Unit
    Definition Classes
    Throwable
  15. def printStackTrace(arg0: PrintStream): Unit
    Definition Classes
    Throwable
  16. def printStackTrace(): Unit
    Definition Classes
    Throwable
  17. def productElementNames: Iterator[String]
    Definition Classes
    Product
  18. val rev: Int
  19. val script: String
  20. def setStackTrace(arg0: Array[StackTraceElement]): Unit
    Definition Classes
    Throwable
  21. def subTitle(): String
    Definition Classes
    InconsistentDatabase → ExceptionAttachment
  22. def toString(): String
    Definition Classes
    UsefulException → Throwable → AnyRef → Any