*/publicvoidsetAttribute( Attribute attribute )throwsLdapException{if( attribute.isHumanReadable() ) {thrownewLdapInvalidAttributeValueException( ResultCodeEnum.CONSTRAINT_VIOLATION, I18n.err( I18n.ERR_10001 ) ); }this.attribute = attribute; } 开发者ID:apache,项目名称:directory...
ConstraintViolation 19 A value in the request does not comply with certain constraints. The value is equal to 19. AttributeOrValueExists 20 The attribute exists or the value has been assigned. The value is equal to 20. InvalidAttributeSyntax 21 The syntax is invalid. The value is equal to ...
19 Constraint Violation This is used to indicate that the requested operation could not be completed because it would have violated some constraint defined in the server (for example, it would have duplicated a value for a unique attribute). 20 Attribute or Value Exists This is used to indicate...
ConstraintViolation19 A value in the request does not comply with certain constraints. The value is equal to 19. AttributeOrValueExists20 The attribute exists or the value has been assigned. The value is equal to 20. InvalidAttributeSyntax21 ...
19 Constraint Violation This is used to indicate that the requested operation could not be completed because it would have violated some constraint defined in the server (for example, it would have duplicated a value for a unique attribute). 20 Attribute or Value Exists This is used to indicate...