Class ODataRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.olingo.odata2.core.exception.ODataRuntimeException
All Implemented Interfaces:
Serializable

public final class ODataRuntimeException extends RuntimeException
Common un-checked exception for the OData library and base exception for all OData-related exceptions caused by programming errors and/or unexpected behavior within the code.
See Also:
  • Constructor Details

    • ODataRuntimeException

      public ODataRuntimeException()
    • ODataRuntimeException

      public ODataRuntimeException(Throwable throwable)
    • ODataRuntimeException

      public ODataRuntimeException(String message)
    • ODataRuntimeException

      public ODataRuntimeException(String message, Throwable throwable)