|
|||||||||
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.PropertyIsMandatoryException
public class PropertyIsMandatoryException
Thrown when an attempt is made to remove a mandatory property.
Constructor Summary | |
---|---|
PropertyIsMandatoryException(PropertyDefinition<?> pd)
Create a new property is mandatory 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 |
---|
public PropertyIsMandatoryException(PropertyDefinition<?> pd)
pd
- The property definition.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |