Class InvalidIndividualEquipmentException
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.InvalidIndividualEquipmentException
- All Implemented Interfaces:
Serializable
@ResponseStatus(value=BAD_REQUEST,
reason="The given individual-equipment types do not exist in the database.")
public class InvalidIndividualEquipmentException
extends InvalidEquipmentException
The given IndividualEquipmentTypes do not exist in the database.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSeeException().SeeException(String).InvalidIndividualEquipmentException(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
-
InvalidIndividualEquipmentException
public InvalidIndividualEquipmentException()SeeException(). -
InvalidIndividualEquipmentException
SeeException(String). -
InvalidIndividualEquipmentException
-
InvalidIndividualEquipmentException
SeeException(Throwable).
-