Class InvalidPropertyValueException
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.persistence.exception.InvalidPropertyValueException
- All Implemented Interfaces:
Serializable
Exception to throw when a value cannot be assigned to the property that is under concern.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidPropertyValueException(String message) Constructor to create InvalidPropertyValueException. -
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
-
InvalidPropertyValueException
Constructor to create InvalidPropertyValueException.- Parameters:
message- error message
-