org.opends.server.admin
Class DefaultBehaviorException

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.DefaultBehaviorException
All Implemented Interfaces:
java.io.Serializable

public class DefaultBehaviorException
extends PropertyException

This exception is thrown when a property's default values cannot be determined. This can occur in the following situations:

See Also:
Serialized Form

Constructor Summary
DefaultBehaviorException(PropertyDefinition<?> pd, java.lang.Throwable cause)
          Create a new default behavior exception with a cause.
 
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

DefaultBehaviorException

public DefaultBehaviorException(PropertyDefinition<?> pd,
                                java.lang.Throwable cause)
Create a new default behavior exception with a cause.

Parameters:
pd - The property definition whose default values could not be determined.
cause - The exception that prevented the default values from being determined.