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:
java.io.Serializable
public class InvalidODataSchemaException extends OData2ServicesException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidODataSchemaException(java.lang.Throwable cause)Constructor to create InvalidODataSchemaException
-
Method Summary
-
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
getCode, getHttpStatus, getLocale
-
-