Class NoSuchConfigurationKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.mediaconversion.os.NoSuchConfigurationKeyException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchConfigurationKeyException extends java.lang.ExceptionException thrown if a os specific configuration key could not be retrieved as no such property key exists.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchConfigurationKeyException(java.lang.String message, java.lang.String prefix)Constructs newNoSuchConfigurationKeyException.NoSuchConfigurationKeyException(java.lang.String message, java.lang.String prefix, java.lang.Throwable cause)Constructs newNoSuchConfigurationKeyException.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPrefix()Accesses the prefix for which no os specific property keys could be found.
-
-
-
Constructor Detail
-
NoSuchConfigurationKeyException
public NoSuchConfigurationKeyException(java.lang.String message, java.lang.String prefix, java.lang.Throwable cause)Constructs newNoSuchConfigurationKeyException.- Parameters:
message- fault descriptionprefix- the offending property key prefixcause- a root cause
-
NoSuchConfigurationKeyException
public NoSuchConfigurationKeyException(java.lang.String message, java.lang.String prefix)Constructs newNoSuchConfigurationKeyException.- Parameters:
message- fault descriptionprefix- the offending property key prefix
-
-