public class ODataPayloadParsingFailedException extends RuntimeException
Constructor and Description |
---|
ODataPayloadParsingFailedException(String message)
Returns a new ODataPayloadParsingFailedException instance.
|
ODataPayloadParsingFailedException(String message,
Exception cause)
Returns a new ODataPayloadParsingFailedException instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ODataPayloadParsingFailedException(String message, Exception cause)
message
- The error message.cause
- The exception causing the error.public ODataPayloadParsingFailedException(String message)
message
- The error message.Copyright © 2020 SAP SE. All rights reserved.