Class ODataNotImplementedException

All Implemented Interfaces:
Serializable

public class ODataNotImplementedException extends ODataHttpException
Exceptions of this class will result in a HTTP status 501 (Not implemented).
See Also:
  • Field Details

  • Constructor Details

    • ODataNotImplementedException

      public ODataNotImplementedException(MessageReference context)
    • ODataNotImplementedException

      public ODataNotImplementedException(MessageReference context, String errorCode)
    • ODataNotImplementedException

      public ODataNotImplementedException()