public class PropertyNotFoundException extends OperationsException
This exception can occur when attempt is made to retrieve inherited default values from a managed object.
Constructor and Description |
---|
PropertyNotFoundException(String propertyName)
Create a new property not found exception.
|
Modifier and Type | Method and Description |
---|---|
String |
getPropertyName()
Get the name of the property that could not be found.
|
getMessageObject
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PropertyNotFoundException(String propertyName)
propertyName
- The name of the property that could not be found.public String getPropertyName()
Copyright 2010-2022 ForgeRock AS.