Class PathInfoInvalidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.odata2services.converter.PathInfoInvalidException
- All Implemented Interfaces:
Serializable
An exception that occurs when the incoming HttpServletRequest method is not supported by the ODataRequest.
- See Also:
-
ODataHttpMethod- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionPathInfoInvalidException(String requestUri, org.apache.olingo.odata2.api.exception.ODataException cause) Constructor to create PathInfoInvalidException -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the request URI from the HttpServletRequest that failed to parseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PathInfoInvalidException
public PathInfoInvalidException(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
-
-
Method Details
-
getRequestUri
Retrieves the request URI from the HttpServletRequest that failed to parse- Returns:
- String with the URI
-