Class InvalidODataSchemaException
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.InvalidODataSchemaException
- All Implemented Interfaces:
Serializable
Thrown when an invalid OData Schema metadata has been defined for Integration objects. This is a general exception for any
error, the cause will have a more specific message as to what exactly went wrong when the schema was attempted to be parsed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor to create InvalidODataSchemaException -
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
-
InvalidODataSchemaException
Constructor to create InvalidODataSchemaException- Parameters:
cause- exception that was thrown
-