Class ODataWebException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
de.hybris.platform.odata2services.odata.OData2ServicesException
de.hybris.platform.odata2services.odata.ODataWebException
All Implemented Interfaces:
Serializable

public class ODataWebException extends OData2ServicesException
This exception wraps a thrown ODataException Will result in HttpStatus 500
See Also:
  • Constructor Details

    • ODataWebException

      public ODataWebException(String message, org.apache.olingo.odata2.api.exception.ODataException cause)
      Constructor to create ODataWebException
      Parameters:
      message - message indicating the cause of this exception
      cause - ODataException that was thrown