Package com.equipmentrental.equipment_rental_system.exception
package com.equipmentrental.equipment_rental_system.exception
-
Exception ClassesClassDescriptionThrown when a new booking conflicts with an existing confirmed booking for the same equipment item (BR-02).Thrown when an entity cannot be deleted because it has dependent records.Thrown when a booking is attempted on equipment that is not available (BR-01).Thrown when a booking is submitted with an invalid date range (BR-05).Thrown when a requested entity cannot be found by its ID.