Class LanguageNotSupportedException
- 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.LanguageNotSupportedException
-
- All Implemented Interfaces:
java.io.Serializable
public class LanguageNotSupportedException extends OData2ServicesException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LanguageNotSupportedException(java.lang.String language, java.lang.Exception e)Constructor to create LanguageNotSupportedException
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLanguage()-
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
getCode, getHttpStatus, getLocale
-
-
-
-
Constructor Detail
-
LanguageNotSupportedException
public LanguageNotSupportedException(java.lang.String language, java.lang.Exception e)Constructor to create LanguageNotSupportedException- Parameters:
language- language that does not correspond to an existingLanguageModele- exception that was thrown
-
-