Uses of Package
io.github.marcopaglio.booking.exception
Package
Description
Provides interfaces for facing database level of any entity.
Contains implementations for using the repository layer through MongoDB
for entities of the booking application.
Contains implementations for using the repository layer through PostegreSQL
for entities of the booking application.
Provides interfaces for facing the service layer of the booking application.
Contains transactional implementations of the service layer for the booking application.
Provides facades for managing transactions in the booking application.
Contains implementations for managing transactions in MongoDB in the booking application.
Contains implementations for managing transactions in PostgreSQL in the booking application.
-
ClassDescriptionThrown when you try to insert an entity that violates not-null constraints in the repository.Thrown when you try to insert an entity that violates uniqueness constraints in the repository.Thrown when you try to update an entity that does not exist in the repository.
-
ClassDescriptionThrown when you try to insert an entity that violates not-null constraints in the repository.Thrown when you try to insert an entity that violates uniqueness constraints in the repository.Thrown when you try to update an entity that does not exist in the repository.
-
ClassDescriptionThrown when you try to insert an entity that violates not-null constraints in the repository.Thrown when you try to insert an entity that violates uniqueness constraints in the repository.Thrown when you try to update an entity that does not exist in the repository.
-
ClassDescriptionThrown when there is a failure in querying the database.Thrown when you try to create or insert an already existing entity in the repository.Thrown when you try to update or remove an entity that does not exist in the repository.
-
ClassDescriptionThrown when there is a failure in querying the database.Thrown when you try to create or insert an already existing entity in the repository.Thrown when you try to update or remove an entity that does not exist in the repository.
-
-
-