Class ODataRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.olingo.commons.api.ex.ODataRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ODataClientErrorException, ODataFlushException, ODataNotSupportedException, ODataServerErrorException

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

    • ODataRuntimeException

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

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

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