Searched defs:newConfigurationException (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupUtils.java201 throw newConfigurationException("702");
205 throw newConfigurationException("701");
208 throw newConfigurationException("702");
218 throw newConfigurationException(String.valueOf(status));
260 private static ConfiguratorException newConfigurationException(String errorCode) { method in class:AMSetupUtils
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupUtils.java201 throw newConfigurationException("702");
205 throw newConfigurationException("701");
208 throw newConfigurationException("702");
218 throw newConfigurationException(String.valueOf(status));
260 private static ConfiguratorException newConfigurationException(String errorCode) { method in class:AMSetupUtils

Completed in 27 milliseconds