Class ODataNotSupportedException

All Implemented Interfaces:
Serializable

public class ODataNotSupportedException extends ODataRuntimeException
Core runtime exception for OData.
See Also:
  • Constructor Details

    • ODataNotSupportedException

      public ODataNotSupportedException(String msg)
      Create with message.
      Parameters:
      msg - message text for exception
    • ODataNotSupportedException

      public ODataNotSupportedException(String msg, Exception cause)
      Create with message for and cause of exception.
      Parameters:
      msg - message text for exception
      cause - cause of exception
    • ODataNotSupportedException

      public ODataNotSupportedException(Exception cause)
      Create with cause of exception.
      Parameters:
      cause - cause of exception