Searched refs:ClientException (Results 1 - 25 of 213) sorted by relevance

123456789

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/cdm/
H A DClientException.java25 * $Id: ClientException.java,v 1.3 2008/06/25 05:41:32 qcheng Exp $
32 * The <code>ClientException</code> is thrown to indicate that there is an
36 public class ClientException extends Exception { class in inherits:Exception
41 public ClientException() { method in class:ClientException
46 * Constructs a new <code>ClientException</code> with detailed message.
51 public ClientException(String msg) { method in class:ClientException
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/cdm/
H A DClientException.java25 * $Id: ClientException.java,v 1.3 2008/06/25 05:41:32 qcheng Exp $
32 * The <code>ClientException</code> is thrown to indicate that there is an
36 public class ClientException extends Exception { class in inherits:Exception
41 public ClientException() { method in class:ClientException
46 * Constructs a new <code>ClientException</code> with detailed message.
51 public ClientException(String msg) { method in class:ClientException
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/upgrade/
H A DUpgradeTask.java30 import org.opends.server.tools.ClientException;
72 * @throws ClientException
76 throws ClientException;
84 * @throws ClientException
88 throws ClientException;
98 * @throws ClientException
102 throws ClientException;
110 * @throws ClientException
114 throws ClientException;
118 * confirmation), and throw a {@code ClientException} i
[all...]
H A DAbstractUpgradeTask.java29 import org.opends.server.tools.ClientException;
49 throws ClientException
59 throws ClientException
69 throws ClientException
79 throws ClientException
/forgerock/opendj2/src/server/org/opends/server/tools/upgrade/
H A DAbstractUpgradeTask.java28 import org.opends.server.tools.ClientException;
48 throws ClientException
57 public void perform(UpgradeContext context) throws ClientException
67 throws ClientException
77 throws ClientException
87 throws ClientException
H A DUpgradeTask.java29 import org.opends.server.tools.ClientException;
69 * @throws ClientException
73 throws ClientException;
81 * @throws ClientException
85 throws ClientException;
89 * confirmation), and throw a {@code ClientException} if the upgrade cannot
95 * @throws ClientException
99 throws ClientException;
109 * @throws ClientException
112 void postUpgrade(UpgradeContext context) throws ClientException;
[all...]
H A DUpgradeContext.java40 import org.opends.server.tools.ClientException;
277 * @throws ClientException
280 void notify(final Message message) throws ClientException
289 throw new ClientException(EXIT_CODE_ERROR,
304 * @throws ClientException
307 void notify(final Message message, final int msgType) throws ClientException
316 throw new ClientException(EXIT_CODE_ERROR,
328 * @throws ClientException
332 throws ClientException
340 throw new ClientException(EXIT_CODE_ERRO
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/upgrade/
H A DAbstractUpgradeTask.java29 import org.opends.server.tools.ClientException;
49 throws ClientException
58 public void perform(UpgradeContext context) throws ClientException
68 throws ClientException
78 throws ClientException
88 throws ClientException
H A DUpgradeTask.java30 import org.opends.server.tools.ClientException;
70 * @throws ClientException
74 throws ClientException;
82 * @throws ClientException
86 throws ClientException;
90 * confirmation), and throw a {@code ClientException} if the upgrade cannot
96 * @throws ClientException
100 throws ClientException;
110 * @throws ClientException
113 void postUpgrade(UpgradeContext context) throws ClientException;
[all...]
H A DUpgradeContext.java41 import org.opends.server.tools.ClientException;
278 * @throws ClientException
281 void notify(final Message message) throws ClientException
290 throw new ClientException(EXIT_CODE_ERROR,
305 * @throws ClientException
308 void notify(final Message message, final int msgType) throws ClientException
317 throw new ClientException(EXIT_CODE_ERROR,
329 * @throws ClientException
333 throws ClientException
341 throw new ClientException(EXIT_CODE_ERRO
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/upgrade/
H A DUpgradeTask.java30 import org.opends.server.tools.ClientException;
72 * @throws ClientException
76 throws ClientException;
84 * @throws ClientException
88 throws ClientException;
98 * @throws ClientException
102 throws ClientException;
110 * @throws ClientException
114 throws ClientException;
118 * confirmation), and throw a {@code ClientException} i
[all...]
H A DAbstractUpgradeTask.java29 import org.opends.server.tools.ClientException;
49 throws ClientException
59 throws ClientException
69 throws ClientException
79 throws ClientException
/forgerock/opendj2-hg/src/server/org/opends/server/tools/upgrade/
H A DAbstractUpgradeTask.java28 import org.opends.server.tools.ClientException;
48 throws ClientException
57 public void perform(UpgradeContext context) throws ClientException
67 throws ClientException
77 throws ClientException
87 throws ClientException
H A DUpgradeTask.java29 import org.opends.server.tools.ClientException;
69 * @throws ClientException
73 throws ClientException;
81 * @throws ClientException
85 throws ClientException;
89 * confirmation), and throw a {@code ClientException} if the upgrade cannot
95 * @throws ClientException
99 throws ClientException;
109 * @throws ClientException
112 void postUpgrade(UpgradeContext context) throws ClientException;
[all...]
H A DUpgradeContext.java40 import org.opends.server.tools.ClientException;
277 * @throws ClientException
280 void notify(final Message message) throws ClientException
289 throw new ClientException(EXIT_CODE_ERROR,
304 * @throws ClientException
307 void notify(final Message message, final int msgType) throws ClientException
316 throw new ClientException(EXIT_CODE_ERROR,
328 * @throws ClientException
332 throws ClientException
340 throw new ClientException(EXIT_CODE_ERRO
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/
H A DAbstractUpgradeTask.java28 import com.forgerock.opendj.cli.ClientException;
46 throws ClientException
53 public void perform(UpgradeContext context) throws ClientException
61 throws ClientException
69 throws ClientException
H A DUpgradeTask.java29 import com.forgerock.opendj.cli.ClientException;
66 * {@code ClientException} if the upgrade cannot proceed.
70 * @throws ClientException
73 void prepare(UpgradeContext context) throws ClientException;
80 * @throws ClientException
83 void perform(UpgradeContext context) throws ClientException;
93 * @throws ClientException
96 void postUpgrade(UpgradeContext context) throws ClientException;
105 * @throws ClientException
108 void postponePostUpgrade(UpgradeContext context) throws ClientException;
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DClientException.java40 public class ClientException class in inherits:IdentifiedException
67 public ClientException(int exitCode, Message message) method in class:ClientException
84 public ClientException(int exitCode, Message message, Throwable cause) method in class:ClientException
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DClientException.java39 public class ClientException class in inherits:IdentifiedException
66 public ClientException(int exitCode, Message message) method in class:ClientException
83 public ClientException(int exitCode, Message message, Throwable cause) method in class:ClientException
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DClientException.java40 public class ClientException class in inherits:IdentifiedException
67 public ClientException(int exitCode, Message message) method in class:ClientException
84 public ClientException(int exitCode, Message message, Throwable cause) method in class:ClientException
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DClientException.java40 public class ClientException class in inherits:IdentifiedException
67 public ClientException(int exitCode, Message message) method in class:ClientException
84 public ClientException(int exitCode, Message message, Throwable cause) method in class:ClientException
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DClientException.java39 public class ClientException class in inherits:IdentifiedException
66 public ClientException(int exitCode, Message message) method in class:ClientException
83 public ClientException(int exitCode, Message message, Throwable cause) method in class:ClientException
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DCliApplication.java33 import com.forgerock.opendj.cli.ClientException;
51 * @throws ClientException
55 throws UserDataException, ApplicationException, ClientException;
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsvnkit-javahl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/apache/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsvnkit-javahl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/apache/ org/ ...

Completed in 131 milliseconds

123456789