Class InvalidUseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gustavblass.commons.exceptions.IllegalArgumentException
de.gustavblass.fsu.fmi.roombooking.exceptions.InvalidUseException
- All Implemented Interfaces:
Serializable
@ResponseStatus(value=BAD_REQUEST,
reason="The given string is not a valid intended use.")
public class InvalidUseException
extends de.gustavblass.commons.exceptions.IllegalArgumentException
The given string is not a valid
IntendedUse.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSeeException().InvalidUseException(String message) SeeException(String).InvalidUseException(String message, Throwable cause) InvalidUseException(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
-
InvalidUseException
public InvalidUseException()SeeException(). -
InvalidUseException
SeeException(String). -
InvalidUseException
-
InvalidUseException
SeeException(Throwable).
-