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

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:
  • Constructor Details

    • InvalidODataSchemaException

      public InvalidODataSchemaException(Throwable cause)
      Constructor to create InvalidODataSchemaException
      Parameters:
      cause - exception that was thrown