Class InvalidCommonEquipmentException

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.InvalidCommonEquipmentException
All Implemented Interfaces:
Serializable

@ResponseStatus(value=BAD_REQUEST, reason="The given common-equipment types do not exist in the database.") public class InvalidCommonEquipmentException extends InvalidEquipmentException
The given CommonEquipmentTypes do not exist in the database.
See Also: