|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opends.server.types.OpenDsException
org.opends.server.admin.AdminException
org.opends.server.admin.OperationsException
org.opends.server.admin.PropertyNotFoundException
public class PropertyNotFoundException
Thrown when an attempt is made to retrieve a property using its name but the name was not recognized.
This exception can occur when attempt is made to retrieve inherited default values from a managed object.
| Constructor Summary | |
|---|---|
PropertyNotFoundException(java.lang.String propertyName)
Create a new property not found exception. |
|
| Method Summary | |
|---|---|
java.lang.String |
getPropertyName()
Get the name of the property that could not be found. |
| Methods inherited from class org.opends.server.types.OpenDsException |
|---|
getMessageObject |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyNotFoundException(java.lang.String propertyName)
propertyName - The name of the property that could not be found.| Method Detail |
|---|
public java.lang.String getPropertyName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||