Class ODataNotAcceptableException

All Implemented Interfaces:
Serializable

public class ODataNotAcceptableException extends ODataHttpException
Exceptions of this class will result in a HTTP status 406 not acceptable
See Also:
  • Field Details

    • COMMON

      public static final MessageReference COMMON
    • NOT_SUPPORTED_CONTENT_TYPE

      public static final MessageReference NOT_SUPPORTED_CONTENT_TYPE
    • NOT_SUPPORTED_ACCEPT_HEADER

      public static final MessageReference NOT_SUPPORTED_ACCEPT_HEADER
  • Constructor Details