Class RequestMethodNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.odata2services.converter.RequestMethodNotSupportedException
-
- All Implemented Interfaces:
java.io.Serializable
public class RequestMethodNotSupportedException 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 RequestMethodNotSupportedException(java.lang.String method, java.lang.Throwable cause)Constructor to create RequestMethodNotSupportedException
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMethod()Retrieves the Http method that came in the HttpServletRequest that's not supported by an ODataRequest
-