Class MethodNotAllowedException

All Implemented Interfaces:
Serializable, ErrorResponse

public class MethodNotAllowedException extends ResponseStatusException
Exception for errors that fit response status 405 (method not allowed).
Since:
5.0
Author:
Rossen Stoyanchev
See Also: