Class LocaleNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.integrationservices.exception.LocaleNotSupportedException
All Implemented Interfaces:
Serializable

public class LocaleNotSupportedException extends RuntimeException
Indicates an attempt to use an invalid or unsupported ISO code with the localized data.
See Also:
  • Constructor Details

    • LocaleNotSupportedException

      public LocaleNotSupportedException(Locale locale)
      Constructor to create LanguageTagNotSupportedException
      Parameters:
      locale - locale that does not correspond to an existing LanguageModel
    • LocaleNotSupportedException

      public LocaleNotSupportedException(String language, String integrationKey)
  • Method Details

    • getLanguage

      public String getLanguage()
    • getIntegrationKey

      public String getIntegrationKey()