Class InvalidSeatCountException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gustavblass.commons.exceptions.IllegalArgumentException
de.gustavblass.fsu.fmi.roombooking.exceptions.InvalidEquipmentException
de.gustavblass.fsu.fmi.roombooking.exceptions.InvalidSeatCountException
All Implemented Interfaces:
Serializable

@ResponseStatus(value=BAD_REQUEST, reason="The given number of seats in a room is invalid.") public class InvalidSeatCountException extends InvalidEquipmentException
The given number of seats in a Room (potentially for a SeatReservation) is invalid.
See Also: