Searched defs:CLIException (Results 1 - 7 of 7) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/util/cli/
H A DCLIException.java42 public class CLIException extends IdentifiedException { class in inherits:IdentifiedException
61 public static CLIException adaptInputException(Throwable cause) {
62 return new CLIException(UtilityMessages.ERR_CONSOLE_INPUT_ERROR.get(cause
74 public CLIException(Message message) { method in class:CLIException
88 public CLIException(Message message, Throwable cause) { method in class:CLIException
/forgerock/opendj2/src/server/org/opends/server/util/cli/
H A DCLIException.java41 public class CLIException extends IdentifiedException { class in inherits:IdentifiedException
60 public static CLIException adaptInputException(Throwable cause) {
61 return new CLIException(UtilityMessages.ERR_CONSOLE_INPUT_ERROR.get(cause
73 public CLIException(Message message) { method in class:CLIException
87 public CLIException(Message message, Throwable cause) { method in class:CLIException
/forgerock/opendj2.6.2/src/server/org/opends/server/util/cli/
H A DCLIException.java42 public class CLIException extends IdentifiedException { class in inherits:IdentifiedException
61 public static CLIException adaptInputException(Throwable cause) {
62 return new CLIException(UtilityMessages.ERR_CONSOLE_INPUT_ERROR.get(cause
74 public CLIException(Message message) { method in class:CLIException
88 public CLIException(Message message, Throwable cause) { method in class:CLIException
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/cli/
H A DCLIException.java42 public class CLIException extends IdentifiedException { class in inherits:IdentifiedException
61 public static CLIException adaptInputException(Throwable cause) {
62 return new CLIException(UtilityMessages.ERR_CONSOLE_INPUT_ERROR.get(cause
74 public CLIException(Message message) { method in class:CLIException
88 public CLIException(Message message, Throwable cause) { method in class:CLIException
/forgerock/opendj2-hg/src/server/org/opends/server/util/cli/
H A DCLIException.java41 public class CLIException extends IdentifiedException { class in inherits:IdentifiedException
60 public static CLIException adaptInputException(Throwable cause) {
61 return new CLIException(UtilityMessages.ERR_CONSOLE_INPUT_ERROR.get(cause
73 public CLIException(Message message) { method in class:CLIException
87 public CLIException(Message message, Throwable cause) { method in class:CLIException
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DCLIException.java25 * $Id: CLIException.java,v 1.4 2009/11/10 19:01:05 veiming Exp $
41 public class CLIException extends Exception { class in inherits:Exception
52 public CLIException(String message, int exitCode, String subcommandName) { method in class:CLIException
64 public CLIException(String message, int exitCode) { method in class:CLIException
75 public CLIException(Throwable cause, int exitCode) { method in class:CLIException
87 public CLIException(Throwable cause, int exitCode, String subcommandName) { method in class:CLIException
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DCLIException.java25 * $Id: CLIException.java,v 1.4 2009/11/10 19:01:05 veiming Exp $
41 public class CLIException extends Exception { class in inherits:Exception
52 public CLIException(String message, int exitCode, String subcommandName) { method in class:CLIException
64 public CLIException(String message, int exitCode) { method in class:CLIException
75 public CLIException(Throwable cause, int exitCode) { method in class:CLIException
87 public CLIException(Throwable cause, int exitCode, String subcommandName) { method in class:CLIException

Completed in 430 milliseconds