Class 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
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidODataSchemaException

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