kapua icon indicating copy to clipboard operation
kapua copied to clipboard

✨ [Core] Implemented StorableNotFoundException

Open Coduz opened this issue 9 months ago • 1 comments

This PR introduces a new StorableNotFoundException meant to be thrown when a Storable is not found. This exception is similar to KapuaEntityNotFountException, but for Storable classes.

Related Issue None

Description of the solution adopted

  • Introduced new StorableNotFoundException
  • Implemented new Storable.getType api
  • Implemented StorableNotFoundExceptionMapper to handle error in REST API

Screenshots None

Any side note on the changes made None

Coduz avatar May 22 '24 13:05 Coduz