org.opends.server.admin
Class PropertyNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opends.server.types.OpenDsException
              extended by org.opends.server.admin.AdminException
                  extended by org.opends.server.admin.OperationsException
                      extended by org.opends.server.admin.PropertyNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class PropertyNotFoundException
extends OperationsException

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.

See Also:
Serialized Form

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

PropertyNotFoundException

public PropertyNotFoundException(java.lang.String propertyName)
Create a new property not found exception.

Parameters:
propertyName - The name of the property that could not be found.
Method Detail

getPropertyName

public java.lang.String getPropertyName()
Get the name of the property that could not be found.

Returns:
Returns the name of the property that could not be found.