Class MissingLanguageException
- 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.persistence.InvalidDataException
-
- de.hybris.platform.odata2services.odata.persistence.MissingLanguageException
-
- All Implemented Interfaces:
java.io.Serializable
public class MissingLanguageException extends InvalidDataException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingLanguageException()Constructor to create MissingLanguageExceptionMissingLanguageException(java.lang.String localizedEntityTypeName)Constructor to create MissingLanguageException
-
Method Summary
-
Methods inherited from class de.hybris.platform.odata2services.odata.persistence.InvalidDataException
getEntityType
-
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
getCode, getHttpStatus, getLocale
-
-
-
-
Constructor Detail
-
MissingLanguageException
public MissingLanguageException(java.lang.String localizedEntityTypeName)
Constructor to create MissingLanguageException- Parameters:
localizedEntityTypeName- localizedEdmEntityTypename
-
MissingLanguageException
public MissingLanguageException()
Constructor to create MissingLanguageException
-
-