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: