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:
-
Constructor Summary
ConstructorsConstructorDescriptionSeeException().InvalidSeatCountException(String message) SeeException(String).InvalidSeatCountException(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
-
InvalidSeatCountException
public InvalidSeatCountException()SeeException(). -
InvalidSeatCountException
SeeException(String). -
InvalidSeatCountException
-
InvalidSeatCountException
SeeException(Throwable).
-