Class ODataException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.olingo.commons.api.ex.ODataException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EdmPrimitiveTypeException, ExpressionVisitException, ODataApplicationException, ODataDeserializerException, ODataLibraryException, ODataSerializerException

public class ODataException extends Exception
See Also:
  • Constructor Details

    • ODataException

      public ODataException(String msg)
      Creates exception with message.
      Parameters:
      msg - message text for exception
    • ODataException

      public ODataException(String msg, Throwable cause)
      Creates exception with message and cause of exception.
      Parameters:
      msg - message text for exception
      cause - cause of exception
    • ODataException

      public ODataException(Throwable cause)
      Creates exception with cause of exception.
      Parameters:
      cause - cause of exception