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
This exception wraps a thrown
ODataException
Will result in HttpStatus 500- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionODataWebException(String message, org.apache.olingo.odata2.api.exception.ODataException cause) Constructor to create ODataWebException -
Method Summary
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
getCode, getHttpStatus, getLocaleMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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 exceptioncause-ODataExceptionthat was thrown
-