Searched defs:PropertyException (Results 1 - 11 of 11) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/admin/
H A DPropertyException.java39 public abstract class PropertyException extends AdminRuntimeException { class in inherits:AdminRuntimeException
61 protected PropertyException(PropertyDefinition<?> pd, Message message) { method in class:PropertyException
79 protected PropertyException(PropertyDefinition<?> pd, Message message, method in class:PropertyException
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DPropertyException.java40 public abstract class PropertyException extends AdminRuntimeException { class in inherits:AdminRuntimeException
62 protected PropertyException(PropertyDefinition<?> pd, Message message) { method in class:PropertyException
80 protected PropertyException(PropertyDefinition<?> pd, Message message, method in class:PropertyException
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DPropertyException.java40 public abstract class PropertyException extends AdminRuntimeException { class in inherits:AdminRuntimeException
62 protected PropertyException(PropertyDefinition<?> pd, Message message) { method in class:PropertyException
80 protected PropertyException(PropertyDefinition<?> pd, Message message, method in class:PropertyException
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DPropertyException.java39 public abstract class PropertyException extends AdminRuntimeException { class in inherits:AdminRuntimeException
61 protected PropertyException(PropertyDefinition<?> pd, Message message) { method in class:PropertyException
79 protected PropertyException(PropertyDefinition<?> pd, Message message, method in class:PropertyException
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DPropertyException.java40 public abstract class PropertyException extends AdminRuntimeException { class in inherits:AdminRuntimeException
62 protected PropertyException(PropertyDefinition<?> pd, Message message) { method in class:PropertyException
80 protected PropertyException(PropertyDefinition<?> pd, Message message, method in class:PropertyException
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DPropertyException.java42 public final class PropertyException extends RuntimeException class in inherits:RuntimeException
63 public static PropertyException defaultBehaviorException(
66 return new PropertyException(pd,
81 public static PropertyException illegalPropertyValueException(
84 return new PropertyException(pd, createMessage(pd, value));
100 public static PropertyException illegalPropertyValueException(
103 return new PropertyException(pd, createMessage(pd, value), cause);
115 public static PropertyException propertyIsMandatoryException(
118 return new PropertyException(pd, ERR_PROPERTY_IS_MANDATORY_EXCEPTION.get(pd
131 public static PropertyException propertyIsReadOnlyExceptio
195 private PropertyException(PropertyDefinition<?> pd, LocalizableMessage message) method in class:PropertyException
204 private PropertyException(PropertyDefinition<?> pd, LocalizableMessage message, method in class:PropertyException
[all...]
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DPropertyException.java39 public final class PropertyException extends RuntimeException implements LocalizableException { class in inherits:RuntimeException,LocalizableException
57 public static PropertyException defaultBehaviorException(final PropertyDefinition<?> pd,
59 return new PropertyException(pd, ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION.get(pd.getName()),
72 public static PropertyException illegalPropertyValueException(final PropertyDefinition<?> pd,
74 return new PropertyException(pd, createMessage(pd, value));
88 public static PropertyException illegalPropertyValueException(final PropertyDefinition<?> pd,
90 return new PropertyException(pd, createMessage(pd, value), cause);
100 public static PropertyException propertyIsMandatoryException(final PropertyDefinition<?> pd) {
101 return new PropertyException(pd, ERR_PROPERTY_IS_MANDATORY_EXCEPTION.get(pd.getName()));
111 public static PropertyException propertyIsReadOnlyExceptio
158 private PropertyException(final PropertyDefinition<?> pd, final LocalizableMessage message) { method in class:PropertyException
164 private PropertyException(final PropertyDefinition<?> pd, final LocalizableMessage message, method in class:PropertyException
[all...]
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/bind/ javax/xml/bind/annotation/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/bind/ javax/xml/bind/annotation/ ...
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djavaee.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djavaee.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ...

Completed in 78 milliseconds