Class 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:
    Serialized Form
    • Constructor Detail

      • ODataRuntimeException

        public ODataRuntimeException()
      • ODataRuntimeException

        public ODataRuntimeException​(Throwable throwable)
      • ODataRuntimeException

        public ODataRuntimeException​(String message)
      • ODataRuntimeException

        public ODataRuntimeException​(String message,
                                     Throwable throwable)