Class PathInfoInvalidException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.odata2services.converter.PathInfoInvalidException
-
- All Implemented Interfaces:
java.io.Serializable
public class PathInfoInvalidException extends java.lang.RuntimeExceptionAn exception that occurs when the incoming HttpServletRequest method is not supported by the ODataRequest.- See Also:
ODataHttpMethod, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PathInfoInvalidException(java.lang.String requestUri, org.apache.olingo.odata2.api.exception.ODataException cause)Constructor to create PathInfoInvalidException
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetRequestUri()Retrieves the request URI from the HttpServletRequest that failed to parse
-
-
-
Constructor Detail
-
PathInfoInvalidException
public PathInfoInvalidException(java.lang.String requestUri, org.apache.olingo.odata2.api.exception.ODataException cause)Constructor to create PathInfoInvalidException- Parameters:
requestUri-HttpServletRequestrequestURIcause-ODataExceptionthat occurred while attempting to build thePathInfofrom the requestUri
-
-