public class NoSuchConfigurationKeyException
extends java.lang.Exception
| Constructor and Description |
|---|
NoSuchConfigurationKeyException(java.lang.String message,
java.lang.String prefix)
Constructs new
NoSuchConfigurationKeyException. |
NoSuchConfigurationKeyException(java.lang.String message,
java.lang.String prefix,
java.lang.Throwable cause)
Constructs new
NoSuchConfigurationKeyException. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPrefix()
Accesses the prefix for which no os specific property keys could be found.
|
public NoSuchConfigurationKeyException(java.lang.String message,
java.lang.String prefix,
java.lang.Throwable cause)
NoSuchConfigurationKeyException.message - fault descriptionprefix - the offending property key prefixcause - a root causepublic NoSuchConfigurationKeyException(java.lang.String message,
java.lang.String prefix)
NoSuchConfigurationKeyException.message - fault descriptionprefix - the offending property key prefixCopyright © 2018 SAP SE. All Rights Reserved.