EntityNotFoundException

class EntityNotFoundException(val id: EntityID<*>, val entity: EntityClass<*, *>) : Exception

An exception that provides information about an entity that could not be accessed either within the scope of the current entity cache or as a result of a database search error.

Constructors

Link copied to clipboard
constructor(id: EntityID<*>, entity: EntityClass<*, *>)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val entity: EntityClass<*, *>
Link copied to clipboard
val id: EntityID<*>
Link copied to clipboard
open val message: String?