Class MissingLanguageException

    • Constructor Summary

      Constructors 
      Constructor Description
      MissingLanguageException()
      Constructor to create MissingLanguageException
      MissingLanguageException​(java.lang.String localizedEntityTypeName)
      Constructor to create MissingLanguageException
    • 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

      • MissingLanguageException

        public MissingLanguageException​(java.lang.String localizedEntityTypeName)
        Constructor to create MissingLanguageException
        Parameters:
        localizedEntityTypeName - localized EdmEntityType name
      • MissingLanguageException

        public MissingLanguageException()
        Constructor to create MissingLanguageException