public class PropertyNotFoundException
extends java.lang.Exception
Represents an exception thrown by a property mapper when it does not support the requested property.
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor and Description | 
|---|
| PropertyNotFoundException()Constructs a new blank ServiceException | 
| PropertyNotFoundException(java.lang.Exception pException)Constructs a new PropertyNotFoundException with the given
 nested exception. | 
| PropertyNotFoundException(java.lang.String pStr)Constructs a new PropertyNotFoundException with the given explanation | 
| PropertyNotFoundException(java.lang.String pStr,
                         java.lang.Exception pException)Constructs a new PropertyNotFoundException with the given
 nested exception. | 
public static final java.lang.String CLASS_VERSION
public PropertyNotFoundException()
public PropertyNotFoundException(java.lang.String pStr)
public PropertyNotFoundException(java.lang.Exception pException)
public PropertyNotFoundException(java.lang.String pStr,
                         java.lang.Exception pException)