Class IllegalHttpMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gustavblass.commons.exceptions.IllegalArgumentException
de.gustavblass.fsu.fmi.roombooking.exceptions.IllegalHttpMethodException
- All Implemented Interfaces:
Serializable
@ResponseStatus(value=METHOD_NOT_ALLOWED,
reason="This HTTP method is not permitted.")
public class IllegalHttpMethodException
extends de.gustavblass.commons.exceptions.IllegalArgumentException
The HTTP method is not allowed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSeeException().IllegalHttpMethodException(String message) SeeException(String).IllegalHttpMethodException(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
-
IllegalHttpMethodException
public IllegalHttpMethodException()SeeException(). -
IllegalHttpMethodException
SeeException(String). -
IllegalHttpMethodException
-
IllegalHttpMethodException
SeeException(Throwable).
-