public static enum InstallApexException.Reason extends Enum<InstallApexException.Reason>
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
int |
getExitStatus() |
String |
getMessageKey() |
boolean |
isPrintStackTrace() |
static InstallApexException.Reason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstallApexException.Reason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstallApexException.Reason UNKNOWN
public static final InstallApexException.Reason CLI_ARGUMENT_NO_DIRECTORY
public static final InstallApexException.Reason CLI_ENV_VARIABLE_NO_DIRECTORY
public static final InstallApexException.Reason CLI_MISSING_REQUIRED_OPTION
public static final InstallApexException.Reason CLI_OPTION_EVALUATION_ERROR
public static final InstallApexException.Reason CREATE_DIRECTORY_ERROR
public static final InstallApexException.Reason CREATE_FILE_ERROR
public static final InstallApexException.Reason CREATE_DATASOURCE_ERROR
public static final InstallApexException.Reason CLI_ARGUMENT_NO_FILE
public static final InstallApexException.Reason CLI_ENV_VARIABLE_NO_FILE
public static final InstallApexException.Reason CLI_ARGUMENT_FILE_WITHOUT_EXECUTION_PRIVS
public static final InstallApexException.Reason CLI_ENV_VARIABLE_FILE_WITHOUT_EXECUTION_PRIVS
public static final InstallApexException.Reason APEX_ID_NOT_NUMERIC
public static final InstallApexException.Reason NO_APEX_DIRECTORY_INCLUDED
public static final InstallApexException.Reason ERROR_ON_APEX_DIRECTORY_ACCESS
public static final InstallApexException.Reason NO_APEX_APPLICATIONS_INCLUDED
public static final InstallApexException.Reason APEX_PARSER_EXCEPTION
public static final InstallApexException.Reason WRONG_INTERNAL_APEX_ID
public static final InstallApexException.Reason CONSOLE_PROBLEM
public static final InstallApexException.Reason UPGRADE_ERROR
public static final InstallApexException.Reason NO_APEX_INSTALLED
public static final InstallApexException.Reason NO_WORKSPACE_ASSIGNED
public static final InstallApexException.Reason REQUESTED_WORKSPACE_NOT_ASSIGNED
public static final InstallApexException.Reason REQUESTED_APEX_ID_NOT_AVAILABLE
public static final InstallApexException.Reason EXISTING_OUTPUT_IS_DIRECTORY
public static final InstallApexException.Reason EXISTING_OUTPUT_IS_FILE
public static final InstallApexException.Reason CANNOT_OVERWRITE_OUTPUT_FILE_WITHOUT_FORCE_FLAG
public static final InstallApexException.Reason CANNOT_OVERWRITE_OUTPUT_DIRECTORY_WITHOUT_FORCE_FLAG
public static final InstallApexException.Reason CANNOT_QUIETLY_READ_PASSWORD_FROM_CONSOLE
public static final InstallApexException.Reason ERROR_WHILE_INSTALL_WITH_SQLPLUS
public static final InstallApexException.Reason NO_APEX_INSTALLATION_SCRIPT_AVAILABLE
public static final InstallApexException.Reason INVALID_ERROR_CODE_BY_SQLPLUS
public static InstallApexException.Reason[] values()
for (InstallApexException.Reason c : InstallApexException.Reason.values()) System.out.println(c);
public static InstallApexException.Reason valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getCode()
public String getMessageKey()
public boolean isPrintStackTrace()
public int getExitStatus()
Copyright © 2016. All rights reserved.