Class PathInfoInvalidException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.odata2services.converter.PathInfoInvalidException
All Implemented Interfaces:
Serializable

public class PathInfoInvalidException extends RuntimeException
An exception that occurs when the incoming HttpServletRequest method is not supported by the ODataRequest.
See Also:
  • Constructor Details

    • PathInfoInvalidException

      public PathInfoInvalidException(String requestUri, org.apache.olingo.odata2.api.exception.ODataException cause)
      Constructor to create PathInfoInvalidException
      Parameters:
      requestUri - HttpServletRequest requestURI
      cause - ODataException that occurred while attempting to build the PathInfo from the requestUri
  • Method Details

    • getRequestUri

      public String getRequestUri()
      Retrieves the request URI from the HttpServletRequest that failed to parse
      Returns:
      String with the URI