public class PropertyNotFoundException
extends ODataRuntimeApplicationException
| Constructor and Description |
|---|
PropertyNotFoundException(java.lang.String entityType,
java.lang.String propertyName,
java.lang.String integrationKey)
Constructor to create PropertyNotFoundException
|
PropertyNotFoundException(java.lang.String entityType,
java.lang.String propertyName,
java.lang.String integrationKey,
java.lang.Throwable e)
Constructor to create PropertyNotFoundException
|
public PropertyNotFoundException(java.lang.String entityType,
java.lang.String propertyName,
java.lang.String integrationKey)
entityType - entity typepropertyName - the property name that was not foundintegrationKey - the integration keypublic PropertyNotFoundException(java.lang.String entityType,
java.lang.String propertyName,
java.lang.String integrationKey,
java.lang.Throwable e)
entityType - entity typepropertyName - the property name that was not foundintegrationKey - the integration keye - exception to get Message fromCopyright © 2018 SAP SE. All Rights Reserved.