Class NoSuchConfigurationKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.mediaconversion.os.NoSuchConfigurationKeyException
- All Implemented Interfaces:
Serializable
Exception thrown if a os specific configuration key could not be retrieved as no such property key exists.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchConfigurationKeyException(String message, String prefix) Constructs newNoSuchConfigurationKeyException.NoSuchConfigurationKeyException(String message, String prefix, Throwable cause) Constructs newNoSuchConfigurationKeyException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchConfigurationKeyException
Constructs newNoSuchConfigurationKeyException.- Parameters:
message- fault descriptionprefix- the offending property key prefixcause- a root cause
-
NoSuchConfigurationKeyException
Constructs newNoSuchConfigurationKeyException.- Parameters:
message- fault descriptionprefix- the offending property key prefix
-
-
Method Details
-
getPrefix
Accesses the prefix for which no os specific property keys could be found.- Returns:
- the offending property key prefix.
-