Class InvalidEquipmentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gustavblass.commons.exceptions.IllegalArgumentException
de.gustavblass.fsu.fmi.roombooking.exceptions.InvalidEquipmentException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidCommonEquipmentException, InvalidIndividualEquipmentException, InvalidSeatCountException
@ResponseStatus(value=BAD_REQUEST,
reason="The given room-equipment types do not exist in the database.")
public class InvalidEquipmentException
extends de.gustavblass.commons.exceptions.IllegalArgumentException
The given
EquipmentType do not exist in the database.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSeeException().InvalidEquipmentException(String message) SeeException(String).InvalidEquipmentException(String message, Throwable cause) SeeException(Throwable). -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidEquipmentException
public InvalidEquipmentException()SeeException(). -
InvalidEquipmentException
SeeException(String). -
InvalidEquipmentException
-
InvalidEquipmentException
SeeException(Throwable).
-