Searched refs:UserDataException (Results 1 - 25 of 66) sorted by relevance

123

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DUserDataException.java38 public class UserDataException extends OpenDsException { class in inherits:OpenDsException
45 * Constructor for UserDataException.
49 public UserDataException(WizardStep step, Message message) method in class:UserDataException
56 * Constructor for UserDataException.
61 public UserDataException(WizardStep step, Message message, Throwable t) method in class:UserDataException
H A DUserDataConfirmationException.java37 public class UserDataConfirmationException extends UserDataException
H A DCliApplication.java42 * @throws UserDataException if something is wrong with the data provided
47 throws UserDataException, ApplicationException;
H A DUserDataCertificateException.java39 public class UserDataCertificateException extends UserDataException
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DUserDataException.java39 public class UserDataException extends OpenDsException { class in inherits:OpenDsException
46 * Constructor for UserDataException.
50 public UserDataException(WizardStep step, Message message) method in class:UserDataException
57 * Constructor for UserDataException.
62 public UserDataException(WizardStep step, Message message, Throwable t) method in class:UserDataException
H A DUserDataConfirmationException.java38 public class UserDataConfirmationException extends UserDataException
H A DCliApplication.java43 * @throws UserDataException if something is wrong with the data provided
48 throws UserDataException, ApplicationException;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DUserDataException.java39 public class UserDataException extends OpenDsException { class in inherits:OpenDsException
46 * Constructor for UserDataException.
50 public UserDataException(WizardStep step, Message message) method in class:UserDataException
57 * Constructor for UserDataException.
62 public UserDataException(WizardStep step, Message message, Throwable t) method in class:UserDataException
H A DUserDataConfirmationException.java38 public class UserDataConfirmationException extends UserDataException
H A DCliApplication.java43 * @throws UserDataException if something is wrong with the data provided
48 throws UserDataException, ApplicationException;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DUserDataException.java38 public class UserDataException extends OpenDsException { class in inherits:OpenDsException
45 * Constructor for UserDataException.
49 public UserDataException(WizardStep step, Message message) method in class:UserDataException
56 * Constructor for UserDataException.
61 public UserDataException(WizardStep step, Message message, Throwable t) method in class:UserDataException
H A DUserDataConfirmationException.java37 public class UserDataConfirmationException extends UserDataException
H A DCliApplication.java42 * @throws UserDataException if something is wrong with the data provided
47 throws UserDataException, ApplicationException;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DUserDataException.java39 public class UserDataException extends OpenDsException { class in inherits:OpenDsException
46 * Constructor for UserDataException.
50 public UserDataException(WizardStep step, Message message) method in class:UserDataException
57 * Constructor for UserDataException.
62 public UserDataException(WizardStep step, Message message, Throwable t) method in class:UserDataException
H A DUserDataConfirmationException.java38 public class UserDataConfirmationException extends UserDataException
H A DCliApplication.java43 * @throws UserDataException if something is wrong with the data provided
48 throws UserDataException, ApplicationException;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DUserDataException.java39 public class UserDataException extends OpenDsException { class in inherits:OpenDsException
46 * Constructor for UserDataException.
50 public UserDataException(WizardStep step, LocalizableMessage message) method in class:UserDataException
57 * Constructor for UserDataException.
62 public UserDataException(WizardStep step, LocalizableMessage message, Throwable t) method in class:UserDataException
H A DUserDataConfirmationException.java38 public class UserDataConfirmationException extends UserDataException
H A DCliApplication.java47 * @throws UserDataException
55 throws UserDataException, ApplicationException, ClientException;
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetup.java284 public Object processBackgroundTask() throws UserDataException {
288 catch (UserDataException uide) {
292 throw new UserDataException(cStep,
303 UserDataException ude = (UserDataException) throwable;
394 public Object processBackgroundTask() throws UserDataException {
709 public Object processBackgroundTask() throws UserDataException {
713 catch (UserDataException uide) {
717 throw new UserDataException(cStep,
729 if (!(throwable instanceof UserDataException))
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetup.java284 public Object processBackgroundTask() throws UserDataException {
288 catch (UserDataException uide) {
292 throw new UserDataException(cStep,
303 UserDataException ude = (UserDataException) throwable;
394 public Object processBackgroundTask() throws UserDataException {
707 public Object processBackgroundTask() throws UserDataException {
711 catch (UserDataException uide) {
715 throw new UserDataException(cStep,
727 if (!(throwable instanceof UserDataException))
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetup.java284 public Object processBackgroundTask() throws UserDataException {
288 catch (UserDataException uide) {
292 throw new UserDataException(cStep,
303 UserDataException ude = (UserDataException) throwable;
394 public Object processBackgroundTask() throws UserDataException {
707 public Object processBackgroundTask() throws UserDataException {
711 catch (UserDataException uide) {
715 throw new UserDataException(cStep,
727 if (!(throwable instanceof UserDataException))
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetup.java284 public Object processBackgroundTask() throws UserDataException {
288 catch (UserDataException uide) {
292 throw new UserDataException(cStep,
303 UserDataException ude = (UserDataException) throwable;
394 public Object processBackgroundTask() throws UserDataException {
709 public Object processBackgroundTask() throws UserDataException {
713 catch (UserDataException uide) {
717 throw new UserDataException(cStep,
729 if (!(throwable instanceof UserDataException))
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DQuickSetup.java288 public Object processBackgroundTask() throws UserDataException {
292 catch (UserDataException uide) {
296 throw new UserDataException(cStep,
307 UserDataException ude = (UserDataException) throwable;
398 public Object processBackgroundTask() throws UserDataException {
712 public Object processBackgroundTask() throws UserDataException {
716 catch (UserDataException uide) {
720 throw new UserDataException(cStep,
732 if (!(throwable instanceof UserDataException))
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DQuickSetup.java271 public Object processBackgroundTask() throws UserDataException
277 catch (UserDataException uide)
283 throw new UserDataException(cStep, getThrowableMsg(INFO_BUG_MSG.get(), t));
294 UserDataException ude = (UserDataException) throwable;
374 public Object processBackgroundTask() throws UserDataException
665 public Object processBackgroundTask() throws UserDataException
671 catch (UserDataException uide)
677 throw new UserDataException(cStep, getThrowableMsg(INFO_BUG_MSG.get(), t));
688 if (!(throwable instanceof UserDataException))
[all...]

Completed in 1973 milliseconds

123