Searched refs:_bundle (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DISResourceBundle.java83 public static ResourceBundle _bundle = ResourceBundle.getBundle(bundleName); field in class:ISResourceBundle
209 throw new MissingResourceException(_bundle
211 + rbName + ". " + se.getMessage(), _bundle
212 .getString("isResourceBundleMsg2"), _bundle
220 throw new MissingResourceException(_bundle
222 + rbName + ". ", _bundle
223 .getString("isResourceBundleMsg2"), _bundle
363 throw new MissingResourceException(_bundle
365 + rbName, _bundle.getString("isResourceBundleMsg2"),
366 _bundle
[all...]
H A DChainedException.java60 private ResourceBundle _bundle; field in class:ChainedException
149 _bundle = amCache.getResBundle(_bundleName, locale);
150 String mid = _bundle.getString(_errorCode);
171 _bundle = amCache.getResBundle(_bundleName, locale);
172 String mid = _bundle.getString(_errorCode);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DISResourceBundle.java83 public static ResourceBundle _bundle = ResourceBundle.getBundle(bundleName); field in class:ISResourceBundle
209 throw new MissingResourceException(_bundle
211 + rbName + ". " + se.getMessage(), _bundle
212 .getString("isResourceBundleMsg2"), _bundle
220 throw new MissingResourceException(_bundle
222 + rbName + ". ", _bundle
223 .getString("isResourceBundleMsg2"), _bundle
363 throw new MissingResourceException(_bundle
365 + rbName, _bundle.getString("isResourceBundleMsg2"),
366 _bundle
[all...]
H A DChainedException.java60 private ResourceBundle _bundle; field in class:ChainedException
149 _bundle = amCache.getResBundle(_bundleName, locale);
150 String mid = _bundle.getString(_errorCode);
171 _bundle = amCache.getResBundle(_bundleName, locale);
172 String mid = _bundle.getString(_errorCode);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAuthLoginException.java56 private ResourceBundle _bundle = null; field in class:AuthLoginException
174 _bundle = amCache.getResBundle(_bundleName, locale);
175 String mid = _bundle.getString(_errorCode);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAuthLoginException.java56 private ResourceBundle _bundle = null; field in class:AuthLoginException
174 _bundle = amCache.getResBundle(_bundleName, locale);
175 String mid = _bundle.getString(_errorCode);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DChainedException.java57 private ResourceBundle _bundle; field in class:ChainedException
134 _bundle = amCache.getResBundle (_bundleName, locale);
135 String mid = _bundle.getString (_errorCode);
155 _bundle = amCache.getResBundle (_bundleName, locale);
156 String mid = _bundle.getString (_errorCode);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DChainedException.java57 private ResourceBundle _bundle; field in class:ChainedException
134 _bundle = amCache.getResBundle (_bundleName, locale);
135 String mid = _bundle.getString (_errorCode);
155 _bundle = amCache.getResBundle (_bundleName, locale);
156 String mid = _bundle.getString (_errorCode);

Completed in 43 milliseconds