Searched refs:ArgumentException (Results 1 - 25 of 493) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/util/args/
H A DArgumentException.java40 public class ArgumentException class in inherits:IdentifiedException
61 public ArgumentException(Message message) method in class:ArgumentException
74 public ArgumentException(Message message, Throwable cause) method in class:ArgumentException
/forgerock/opendj2/src/server/org/opends/server/util/args/
H A DArgumentException.java39 public class ArgumentException class in inherits:IdentifiedException
60 public ArgumentException(Message message) method in class:ArgumentException
73 public ArgumentException(Message message, Throwable cause) method in class:ArgumentException
/forgerock/opendj2.6.2/src/server/org/opends/server/util/args/
H A DArgumentException.java40 public class ArgumentException class in inherits:IdentifiedException
61 public ArgumentException(Message message) method in class:ArgumentException
74 public ArgumentException(Message message, Throwable cause) method in class:ArgumentException
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/args/
H A DArgumentException.java40 public class ArgumentException class in inherits:IdentifiedException
61 public ArgumentException(Message message) method in class:ArgumentException
74 public ArgumentException(Message message, Throwable cause) method in class:ArgumentException
/forgerock/opendj2-hg/src/server/org/opends/server/util/args/
H A DArgumentException.java39 public class ArgumentException class in inherits:IdentifiedException
60 public ArgumentException(Message message) method in class:ArgumentException
73 public ArgumentException(Message message, Throwable cause) method in class:ArgumentException
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/
H A DArgumentExceptionFactory.java44 import com.forgerock.opendj.cli.ArgumentException;
102 public static ArgumentException adaptPropertyException(PropertyException e,
104 return new ArgumentException(e.getMessageObject());
124 ArgumentException ae = adaptPropertyException(pe, d);
231 public static ArgumentException incompatiblePropertyModification(String arg) {
233 return new ArgumentException(msg);
243 public static ArgumentException missingBindPassword(String bindDN) {
245 return new ArgumentException(msg);
255 public static ArgumentException missingBindPassword(char[] bindDN) {
257 return new ArgumentException(ms
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DInternalManagementContextFactory.java33 import org.opends.server.util.args.ArgumentException;
77 throws ArgumentException, ClientException {
87 throws ArgumentException {
96 public void validateGlobalArguments() throws ArgumentException {
H A DManagementContextFactory.java33 import org.opends.server.util.args.ArgumentException;
58 * @throws ArgumentException
65 throws ArgumentException, ClientException;
81 * @throws ArgumentException
86 throws ArgumentException;
104 * @throws ArgumentException
107 void validateGlobalArguments() throws ArgumentException;
H A DArgumentExceptionFactory.java51 import org.opends.server.util.args.ArgumentException;
119 public static ArgumentException adaptPropertyException(PropertyException e,
144 return new ArgumentException(message);
175 ArgumentException ae = adaptPropertyException(pe, d);
303 public static ArgumentException incompatiblePropertyModification(String arg) {
305 return new ArgumentException(msg);
318 public static ArgumentException missingBindPassword(String bindDN) {
320 return new ArgumentException(msg);
334 public static ArgumentException missingMandatoryNonInteractiveArgument(
338 return new ArgumentException(ms
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DInternalManagementContextFactory.java32 import org.opends.server.util.args.ArgumentException;
76 throws ArgumentException, ClientException {
86 throws ArgumentException {
95 public void validateGlobalArguments() throws ArgumentException {
H A DManagementContextFactory.java32 import org.opends.server.util.args.ArgumentException;
57 * @throws ArgumentException
64 throws ArgumentException, ClientException;
80 * @throws ArgumentException
85 throws ArgumentException;
103 * @throws ArgumentException
106 void validateGlobalArguments() throws ArgumentException;
H A DArgumentExceptionFactory.java50 import org.opends.server.util.args.ArgumentException;
118 public static ArgumentException adaptPropertyException(PropertyException e,
143 return new ArgumentException(message);
174 ArgumentException ae = adaptPropertyException(pe, d);
302 public static ArgumentException incompatiblePropertyModification(String arg) {
304 return new ArgumentException(msg);
317 public static ArgumentException missingBindPassword(String bindDN) {
319 return new ArgumentException(msg);
333 public static ArgumentException missingMandatoryNonInteractiveArgument(
337 return new ArgumentException(ms
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DInternalManagementContextFactory.java33 import org.opends.server.util.args.ArgumentException;
77 throws ArgumentException, ClientException {
87 throws ArgumentException {
96 public void validateGlobalArguments() throws ArgumentException {
H A DManagementContextFactory.java33 import org.opends.server.util.args.ArgumentException;
58 * @throws ArgumentException
65 throws ArgumentException, ClientException;
81 * @throws ArgumentException
86 throws ArgumentException;
104 * @throws ArgumentException
107 void validateGlobalArguments() throws ArgumentException;
H A DArgumentExceptionFactory.java51 import org.opends.server.util.args.ArgumentException;
119 public static ArgumentException adaptPropertyException(PropertyException e,
144 return new ArgumentException(message);
175 ArgumentException ae = adaptPropertyException(pe, d);
303 public static ArgumentException incompatiblePropertyModification(String arg) {
305 return new ArgumentException(msg);
318 public static ArgumentException missingBindPassword(String bindDN) {
320 return new ArgumentException(msg);
334 public static ArgumentException missingMandatoryNonInteractiveArgument(
338 return new ArgumentException(ms
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DInternalManagementContextFactory.java33 import org.opends.server.util.args.ArgumentException;
77 throws ArgumentException, ClientException {
87 throws ArgumentException {
96 public void validateGlobalArguments() throws ArgumentException {
H A DManagementContextFactory.java33 import org.opends.server.util.args.ArgumentException;
58 * @throws ArgumentException
65 throws ArgumentException, ClientException;
81 * @throws ArgumentException
86 throws ArgumentException;
104 * @throws ArgumentException
107 void validateGlobalArguments() throws ArgumentException;
H A DArgumentExceptionFactory.java51 import org.opends.server.util.args.ArgumentException;
119 public static ArgumentException adaptPropertyException(PropertyException e,
144 return new ArgumentException(message);
175 ArgumentException ae = adaptPropertyException(pe, d);
303 public static ArgumentException incompatiblePropertyModification(String arg) {
305 return new ArgumentException(msg);
318 public static ArgumentException missingBindPassword(String bindDN) {
320 return new ArgumentException(msg);
334 public static ArgumentException missingMandatoryNonInteractiveArgument(
338 return new ArgumentException(ms
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DInternalManagementContextFactory.java32 import org.opends.server.util.args.ArgumentException;
76 throws ArgumentException, ClientException {
86 throws ArgumentException {
95 public void validateGlobalArguments() throws ArgumentException {
H A DManagementContextFactory.java32 import org.opends.server.util.args.ArgumentException;
57 * @throws ArgumentException
64 throws ArgumentException, ClientException;
80 * @throws ArgumentException
85 throws ArgumentException;
103 * @throws ArgumentException
106 void validateGlobalArguments() throws ArgumentException;
H A DArgumentExceptionFactory.java50 import org.opends.server.util.args.ArgumentException;
118 public static ArgumentException adaptPropertyException(PropertyException e,
143 return new ArgumentException(message);
174 ArgumentException ae = adaptPropertyException(pe, d);
302 public static ArgumentException incompatiblePropertyModification(String arg) {
304 return new ArgumentException(msg);
317 public static ArgumentException missingBindPassword(String bindDN) {
319 return new ArgumentException(msg);
333 public static ArgumentException missingMandatoryNonInteractiveArgument(
337 return new ArgumentException(ms
[all...]
/forgerock/opendj2/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliSubCommandGroup.java32 import org.opends.server.util.args.ArgumentException;
49 * @throws ArgumentException
54 BooleanArgument verboseArg) throws ArgumentException;
75 * @throws ArgumentException
81 throws ADSContextException, ArgumentException;
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliSubCommandGroup.java33 import org.opends.server.util.args.ArgumentException;
50 * @throws ArgumentException
55 BooleanArgument verboseArg) throws ArgumentException;
76 * @throws ArgumentException
82 throws ADSContextException, ArgumentException;
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliSubCommandGroup.java33 import org.opends.server.util.args.ArgumentException;
50 * @throws ArgumentException
55 BooleanArgument verboseArg) throws ArgumentException;
76 * @throws ArgumentException
82 throws ADSContextException, ArgumentException;
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliSubCommandGroup.java32 import org.opends.server.util.args.ArgumentException;
49 * @throws ArgumentException
54 BooleanArgument verboseArg) throws ArgumentException;
75 * @throws ArgumentException
81 throws ADSContextException, ArgumentException;

Completed in 263 milliseconds

1234567891011>>