org.opends.server.admin
Class PropertyIsSingleValuedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.opends.server.admin.AdminRuntimeException
                  extended by org.opends.server.admin.PropertyException
                      extended by org.opends.server.admin.PropertyIsSingleValuedException
All Implemented Interfaces:
java.io.Serializable

public class PropertyIsSingleValuedException
extends PropertyException

Thrown when an attempt is made to add more than value to a single-valued property.

See Also:
Serialized Form

Constructor Summary
PropertyIsSingleValuedException(PropertyDefinition<?> pd)
          Create a new property is single valued exception.
 
Method Summary
 
Methods inherited from class org.opends.server.admin.PropertyException
getPropertyDefinition
 
Methods inherited from class org.opends.server.admin.AdminRuntimeException
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

PropertyIsSingleValuedException

public PropertyIsSingleValuedException(PropertyDefinition<?> pd)
Create a new property is single valued exception.

Parameters:
pd - The property definition.