Package com.smeup.kokos.sdk.entity.exception
package com.smeup.kokos.sdk.entity.exception
-
Exception ClassesClassDescriptionThrown when
AbstractEntitycannot read the value of aDescriptionusing reflection.Thrown whenEntityManagercannot be initialized — for example when a repository class discovered during package scanning cannot be instantiated.Thrown whenEntityRepositorycannot find an entity by its idThrown when noEntityRepositoryis registered for the requested entity class.This exception is thrown when an error occurs while performing a read operation on aEntityRepository, such as when fetching an entity by ID or listing entities.