Class ODataMethodNotAllowedException

All Implemented Interfaces:
Serializable

public class ODataMethodNotAllowedException extends ODataHttpException
Exceptions of this class will result in a HTTP status 405 (method not allowed).
See Also:
  • Field Details

  • Constructor Details

    • ODataMethodNotAllowedException

      public ODataMethodNotAllowedException(MessageReference messageReference)
    • ODataMethodNotAllowedException

      public ODataMethodNotAllowedException(MessageReference messageReference, Throwable cause)
    • ODataMethodNotAllowedException

      public ODataMethodNotAllowedException(MessageReference messageReference, String errorCode)
    • ODataMethodNotAllowedException

      public ODataMethodNotAllowedException(MessageReference messageReference, Throwable cause, String errorCode)