|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opends.server.admin.AdminRuntimeException
org.opends.server.admin.PropertyException
org.opends.server.admin.DefaultBehaviorException
public class DefaultBehaviorException
This exception is thrown when a property's default values cannot be determined. This can occur in the following situations:
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 |
---|
public DefaultBehaviorException(PropertyDefinition<?> pd, java.lang.Throwable cause)
pd
- The property definition whose default values could not
be determined.cause
- The exception that prevented the default values from
being determined.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |