/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ |
H A D | ApplicationException.java | 41 public class ApplicationException extends OpenDsException { class in inherits:OpenDsException 48 * Creates a new ApplicationException of type FILE_SYSTEM_ERROR. 51 * @return ApplicationException with Type property being FILE_SYSTEM_ERROR 53 public static ApplicationException createFileSystemException(Message msg, 56 return new ApplicationException(ReturnCode.FILE_SYSTEM_ACCESS_ERROR, 61 * The constructor of the ApplicationException. 70 public ApplicationException(ReturnCode type, Message localizedMsg, method in class:ApplicationException
|
H A D | CliApplication.java | 44 * @throws ApplicationException if there is an application specific problem 47 throws UserDataException, ApplicationException; 74 ApplicationException getRunError();
|
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ |
H A D | ApplicationException.java | 42 public class ApplicationException extends OpenDsException { class in inherits:OpenDsException 49 * Creates a new ApplicationException of type FILE_SYSTEM_ERROR. 52 * @return ApplicationException with Type property being FILE_SYSTEM_ERROR 54 public static ApplicationException createFileSystemException(Message msg, 57 return new ApplicationException(ReturnCode.FILE_SYSTEM_ACCESS_ERROR, 62 * The constructor of the ApplicationException. 71 public ApplicationException(ReturnCode type, Message localizedMsg, method in class:ApplicationException
|
H A D | CliApplication.java | 45 * @throws ApplicationException if there is an application specific problem 48 throws UserDataException, ApplicationException; 75 ApplicationException getRunError();
|
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ |
H A D | ApplicationException.java | 42 public class ApplicationException extends OpenDsException { class in inherits:OpenDsException 49 * Creates a new ApplicationException of type FILE_SYSTEM_ERROR. 52 * @return ApplicationException with Type property being FILE_SYSTEM_ERROR 54 public static ApplicationException createFileSystemException(Message msg, 57 return new ApplicationException(ReturnCode.FILE_SYSTEM_ACCESS_ERROR, 62 * The constructor of the ApplicationException. 71 public ApplicationException(ReturnCode type, Message localizedMsg, method in class:ApplicationException
|
H A D | CliApplication.java | 45 * @throws ApplicationException if there is an application specific problem 48 throws UserDataException, ApplicationException; 75 ApplicationException getRunError();
|
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ |
H A D | ApplicationException.java | 41 public class ApplicationException extends OpenDsException { class in inherits:OpenDsException 48 * Creates a new ApplicationException of type FILE_SYSTEM_ERROR. 51 * @return ApplicationException with Type property being FILE_SYSTEM_ERROR 53 public static ApplicationException createFileSystemException(Message msg, 56 return new ApplicationException(ReturnCode.FILE_SYSTEM_ACCESS_ERROR, 61 * The constructor of the ApplicationException. 70 public ApplicationException(ReturnCode type, Message localizedMsg, method in class:ApplicationException
|
H A D | CliApplication.java | 44 * @throws ApplicationException if there is an application specific problem 47 throws UserDataException, ApplicationException; 74 ApplicationException getRunError();
|
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ |
H A D | ApplicationException.java | 42 public class ApplicationException extends OpenDsException { class in inherits:OpenDsException 49 * Creates a new ApplicationException of type FILE_SYSTEM_ERROR. 52 * @return ApplicationException with Type property being FILE_SYSTEM_ERROR 54 public static ApplicationException createFileSystemException(Message msg, 57 return new ApplicationException(ReturnCode.FILE_SYSTEM_ACCESS_ERROR, 62 * The constructor of the ApplicationException. 71 public ApplicationException(ReturnCode type, Message localizedMsg, method in class:ApplicationException
|
H A D | CliApplication.java | 45 * @throws ApplicationException if there is an application specific problem 48 throws UserDataException, ApplicationException; 75 ApplicationException getRunError();
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ |
H A D | ApplicationException.java | 39 public class ApplicationException extends OpenDsException { class in inherits:OpenDsException 46 * Creates a new ApplicationException of type FILE_SYSTEM_ERROR. 49 * @return ApplicationException with Type property being FILE_SYSTEM_ERROR 51 public static ApplicationException createFileSystemException(LocalizableMessage msg, 54 return new ApplicationException(ReturnCode.FILE_SYSTEM_ACCESS_ERROR, 59 * The constructor of the ApplicationException. 68 public ApplicationException(ReturnCode type, LocalizableMessage localizedMsg, method in class:ApplicationException
|
H A D | CliApplication.java | 49 * @throws ApplicationException 55 throws UserDataException, ApplicationException, ClientException; 82 ApplicationException getRunError();
|
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/quicksetup/ |
H A D | QuickSetupTestCase.java | 41 throws IOException, ApplicationException, InterruptedException
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/quicksetup/ |
H A D | QuickSetupTestCase.java | 40 throws IOException, ApplicationException, InterruptedException
|
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/quicksetup/ |
H A D | QuickSetupTestCase.java | 41 throws IOException, ApplicationException, InterruptedException
|
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/quicksetup/ |
H A D | QuickSetupTestCase.java | 40 throws IOException, ApplicationException, InterruptedException
|
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/quicksetup/ |
H A D | QuickSetupTestCase.java | 41 throws IOException, ApplicationException, InterruptedException
|
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/quicksetup/ |
H A D | QuickSetupTestCase.java | 36 throws IOException, ApplicationException, InterruptedException
|
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/ |
H A D | FileManager.java | 101 * @throws ApplicationException if there is a problem copying files 104 throws ApplicationException 126 * @throws ApplicationException If a problem occurs while attempting to rename 132 throws ApplicationException { 137 throw new ApplicationException( 144 throw new ApplicationException( 157 * @throws ApplicationException if something goes wrong 160 throws ApplicationException 171 * @throws ApplicationException if something goes wrong 174 throws ApplicationException [all...] |
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/ |
H A D | FileManager.java | 102 * @throws ApplicationException if there is a problem copying files 105 throws ApplicationException 127 * @throws ApplicationException If a problem occurs while attempting to rename 133 throws ApplicationException { 138 throw new ApplicationException( 145 throw new ApplicationException( 158 * @throws ApplicationException if something goes wrong 161 throws ApplicationException 172 * @throws ApplicationException if something goes wrong 175 throws ApplicationException [all...] |
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/ |
H A D | FileManager.java | 102 * @throws ApplicationException if there is a problem copying files 105 throws ApplicationException 127 * @throws ApplicationException If a problem occurs while attempting to rename 133 throws ApplicationException { 138 throw new ApplicationException( 145 throw new ApplicationException( 158 * @throws ApplicationException if something goes wrong 161 throws ApplicationException 172 * @throws ApplicationException if something goes wrong 175 throws ApplicationException [all...] |
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/ |
H A D | FileManager.java | 101 * @throws ApplicationException if there is a problem copying files 104 throws ApplicationException 126 * @throws ApplicationException If a problem occurs while attempting to rename 132 throws ApplicationException { 137 throw new ApplicationException( 144 throw new ApplicationException( 157 * @throws ApplicationException if something goes wrong 160 throws ApplicationException 171 * @throws ApplicationException if something goes wrong 174 throws ApplicationException [all...] |
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/ |
H A D | FileManager.java | 102 * @throws ApplicationException if there is a problem copying files 105 throws ApplicationException 127 * @throws ApplicationException If a problem occurs while attempting to rename 133 throws ApplicationException { 138 throw new ApplicationException( 145 throw new ApplicationException( 158 * @throws ApplicationException if something goes wrong 161 throws ApplicationException 172 * @throws ApplicationException if something goes wrong 175 throws ApplicationException [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/ |
H A D | FileManager.java | 99 * @throws ApplicationException if there is a problem copying files 102 throws ApplicationException 124 * @throws ApplicationException If a problem occurs while attempting to rename 130 throws ApplicationException { 135 throw new ApplicationException( 141 throw new ApplicationException( 154 * @throws ApplicationException if something goes wrong 157 throws ApplicationException 168 * @throws ApplicationException if something goes wrong 171 throws ApplicationException [all...] |
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/ |
H A D | ServerControllerTest.java | 53 * @throws ApplicationException 56 public void testStopServer() throws ApplicationException { 67 * @throws ApplicationException 70 public void testStartServer() throws ApplicationException {
|