Class ODataPayloadParsingFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.cloud.sdk.s4hana.datamodel.odata.exception.ODataPayloadParsingFailedException
- All Implemented Interfaces:
Serializable
ODataPayloadParsingFailedException will be thrown whenever the VDM encounters errors during parsing that cannot be
recovered from. Possible causes are when the ODataJsonMapResolver is instructed to throw exceptions when encountering
null values or when TypeConverters for specific fields cannot be instantiated.
- See Also:
-
Constructor Summary
ConstructorDescriptionODataPayloadParsingFailedException
(String message) Returns a new ODataPayloadParsingFailedException instance.ODataPayloadParsingFailedException
(String message, Exception cause) Returns a new ODataPayloadParsingFailedException instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ODataPayloadParsingFailedException
Returns a new ODataPayloadParsingFailedException instance.- Parameters:
message
- The error message.cause
- The exception causing the error.
-
ODataPayloadParsingFailedException
Returns a new ODataPayloadParsingFailedException instance.- Parameters:
message
- The error message.
-