Class NoSuchConfigurationKeyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.mediaconversion.os.NoSuchConfigurationKeyException
All Implemented Interfaces:
Serializable

public class NoSuchConfigurationKeyException extends Exception
Exception thrown if a os specific configuration key could not be retrieved as no such property key exists.
See Also:
  • Constructor Details

    • NoSuchConfigurationKeyException

      public NoSuchConfigurationKeyException(String message, String prefix, Throwable cause)
      Parameters:
      message - fault description
      prefix - the offending property key prefix
      cause - a root cause
    • NoSuchConfigurationKeyException

      public NoSuchConfigurationKeyException(String message, String prefix)
      Parameters:
      message - fault description
      prefix - the offending property key prefix
  • Method Details

    • getPrefix

      public String getPrefix()
      Accesses the prefix for which no os specific property keys could be found.
      Returns:
      the offending property key prefix.