Searched refs:PropertyIsMandatoryException (Results 1 - 25 of 45) sorted by relevance

12

/forgerock/opendj2/src/server/org/opends/server/admin/
H A DPropertyIsMandatoryException.java38 public class PropertyIsMandatoryException extends PropertyException { class in inherits:PropertyException
53 public PropertyIsMandatoryException(PropertyDefinition<?> pd) { method in class:PropertyIsMandatoryException
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DPropertyIsMandatoryException.java39 public class PropertyIsMandatoryException extends PropertyException { class in inherits:PropertyException
54 public PropertyIsMandatoryException(PropertyDefinition<?> pd) { method in class:PropertyIsMandatoryException
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DPropertyIsMandatoryException.java39 public class PropertyIsMandatoryException extends PropertyException { class in inherits:PropertyException
54 public PropertyIsMandatoryException(PropertyDefinition<?> pd) { method in class:PropertyIsMandatoryException
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DPropertyIsMandatoryException.java38 public class PropertyIsMandatoryException extends PropertyException { class in inherits:PropertyException
53 public PropertyIsMandatoryException(PropertyDefinition<?> pd) { method in class:PropertyIsMandatoryException
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DPropertyIsMandatoryException.java39 public class PropertyIsMandatoryException extends PropertyException { class in inherits:PropertyException
54 public PropertyIsMandatoryException(PropertyDefinition<?> pd) { method in class:PropertyIsMandatoryException
/forgerock/opendj2/src/server/org/opends/server/admin/client/
H A DMissingMandatoryPropertiesException.java40 import org.opends.server.admin.PropertyIsMandatoryException;
61 Collection<PropertyIsMandatoryException> causes) {
72 for (PropertyIsMandatoryException cause : causes) {
86 private final Collection<PropertyIsMandatoryException> causes;
113 Collection<PropertyIsMandatoryException> causes, boolean isCreate) {
116 this.causes = new ArrayList<PropertyIsMandatoryException>(causes);
129 public PropertyIsMandatoryException getCause() {
142 public Collection<PropertyIsMandatoryException> getCauses() {
H A DManagedObject.java47 import org.opends.server.admin.PropertyIsMandatoryException;
890 * @throws PropertyIsMandatoryException
898 PropertyIsMandatoryException, IllegalArgumentException;
926 * @throws PropertyIsMandatoryException
934 PropertyIsReadOnlyException, PropertyIsMandatoryException,
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/
H A DMissingMandatoryPropertiesException.java41 import org.opends.server.admin.PropertyIsMandatoryException;
62 Collection<PropertyIsMandatoryException> causes) {
73 for (PropertyIsMandatoryException cause : causes) {
87 private final Collection<PropertyIsMandatoryException> causes;
114 Collection<PropertyIsMandatoryException> causes, boolean isCreate) {
117 this.causes = new ArrayList<PropertyIsMandatoryException>(causes);
130 public PropertyIsMandatoryException getCause() {
143 public Collection<PropertyIsMandatoryException> getCauses() {
H A DManagedObject.java48 import org.opends.server.admin.PropertyIsMandatoryException;
891 * @throws PropertyIsMandatoryException
899 PropertyIsMandatoryException, IllegalArgumentException;
927 * @throws PropertyIsMandatoryException
935 PropertyIsReadOnlyException, PropertyIsMandatoryException,
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/
H A DMissingMandatoryPropertiesException.java41 import org.opends.server.admin.PropertyIsMandatoryException;
62 Collection<PropertyIsMandatoryException> causes) {
73 for (PropertyIsMandatoryException cause : causes) {
87 private final Collection<PropertyIsMandatoryException> causes;
114 Collection<PropertyIsMandatoryException> causes, boolean isCreate) {
117 this.causes = new ArrayList<PropertyIsMandatoryException>(causes);
130 public PropertyIsMandatoryException getCause() {
143 public Collection<PropertyIsMandatoryException> getCauses() {
H A DManagedObject.java48 import org.opends.server.admin.PropertyIsMandatoryException;
891 * @throws PropertyIsMandatoryException
899 PropertyIsMandatoryException, IllegalArgumentException;
927 * @throws PropertyIsMandatoryException
935 PropertyIsReadOnlyException, PropertyIsMandatoryException,
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/
H A DMissingMandatoryPropertiesException.java40 import org.opends.server.admin.PropertyIsMandatoryException;
61 Collection<PropertyIsMandatoryException> causes) {
72 for (PropertyIsMandatoryException cause : causes) {
86 private final Collection<PropertyIsMandatoryException> causes;
113 Collection<PropertyIsMandatoryException> causes, boolean isCreate) {
116 this.causes = new ArrayList<PropertyIsMandatoryException>(causes);
129 public PropertyIsMandatoryException getCause() {
142 public Collection<PropertyIsMandatoryException> getCauses() {
H A DManagedObject.java47 import org.opends.server.admin.PropertyIsMandatoryException;
890 * @throws PropertyIsMandatoryException
898 PropertyIsMandatoryException, IllegalArgumentException;
926 * @throws PropertyIsMandatoryException
934 PropertyIsReadOnlyException, PropertyIsMandatoryException,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/
H A DMissingMandatoryPropertiesException.java41 import org.opends.server.admin.PropertyIsMandatoryException;
62 Collection<PropertyIsMandatoryException> causes) {
73 for (PropertyIsMandatoryException cause : causes) {
87 private final Collection<PropertyIsMandatoryException> causes;
114 Collection<PropertyIsMandatoryException> causes, boolean isCreate) {
117 this.causes = new ArrayList<PropertyIsMandatoryException>(causes);
130 public PropertyIsMandatoryException getCause() {
143 public Collection<PropertyIsMandatoryException> getCauses() {
H A DManagedObject.java48 import org.opends.server.admin.PropertyIsMandatoryException;
891 * @throws PropertyIsMandatoryException
899 PropertyIsMandatoryException, IllegalArgumentException;
927 * @throws PropertyIsMandatoryException
935 PropertyIsReadOnlyException, PropertyIsMandatoryException,
/forgerock/opendj2/src/server/org/opends/server/admin/client/spi/
H A DPropertySet.java40 import org.opends.server.admin.PropertyIsMandatoryException;
335 * @throws PropertyIsMandatoryException
343 PropertyIsSingleValuedException, PropertyIsMandatoryException,
354 throw new PropertyIsMandatoryException(d);
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/spi/
H A DPropertySet.java41 import org.opends.server.admin.PropertyIsMandatoryException;
336 * @throws PropertyIsMandatoryException
344 PropertyIsSingleValuedException, PropertyIsMandatoryException,
355 throw new PropertyIsMandatoryException(d);
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/spi/
H A DPropertySet.java41 import org.opends.server.admin.PropertyIsMandatoryException;
336 * @throws PropertyIsMandatoryException
344 PropertyIsSingleValuedException, PropertyIsMandatoryException,
355 throw new PropertyIsMandatoryException(d);
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/spi/
H A DPropertySet.java40 import org.opends.server.admin.PropertyIsMandatoryException;
335 * @throws PropertyIsMandatoryException
343 PropertyIsSingleValuedException, PropertyIsMandatoryException,
354 throw new PropertyIsMandatoryException(d);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/spi/
H A DPropertySet.java41 import org.opends.server.admin.PropertyIsMandatoryException;
336 * @throws PropertyIsMandatoryException
344 PropertyIsSingleValuedException, PropertyIsMandatoryException,
355 throw new PropertyIsMandatoryException(d);
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DArgumentExceptionFactory.java42 import org.opends.server.admin.PropertyIsMandatoryException;
128 } else if (e instanceof PropertyIsMandatoryException) {
129 PropertyIsMandatoryException pe = (PropertyIsMandatoryException) e;
224 for (PropertyIsMandatoryException pe : e.getCauses()) {
773 PropertyIsMandatoryException e) {
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DArgumentExceptionFactory.java41 import org.opends.server.admin.PropertyIsMandatoryException;
127 } else if (e instanceof PropertyIsMandatoryException) {
128 PropertyIsMandatoryException pe = (PropertyIsMandatoryException) e;
223 for (PropertyIsMandatoryException pe : e.getCauses()) {
772 PropertyIsMandatoryException e) {
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DArgumentExceptionFactory.java42 import org.opends.server.admin.PropertyIsMandatoryException;
128 } else if (e instanceof PropertyIsMandatoryException) {
129 PropertyIsMandatoryException pe = (PropertyIsMandatoryException) e;
224 for (PropertyIsMandatoryException pe : e.getCauses()) {
773 PropertyIsMandatoryException e) {
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DArgumentExceptionFactory.java42 import org.opends.server.admin.PropertyIsMandatoryException;
128 } else if (e instanceof PropertyIsMandatoryException) {
129 PropertyIsMandatoryException pe = (PropertyIsMandatoryException) e;
224 for (PropertyIsMandatoryException pe : e.getCauses()) {
773 PropertyIsMandatoryException e) {
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DArgumentExceptionFactory.java41 import org.opends.server.admin.PropertyIsMandatoryException;
127 } else if (e instanceof PropertyIsMandatoryException) {
128 PropertyIsMandatoryException pe = (PropertyIsMandatoryException) e;
223 for (PropertyIsMandatoryException pe : e.getCauses()) {
772 PropertyIsMandatoryException e) {

Completed in 60 milliseconds

12