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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DFormatterInitException.java25 * $Id: FormatterInitException.java,v 1.3 2008/06/25 05:43:36 qcheng Exp $
40 public class FormatterInitException extends com.iplanet.log.LogException { class in inherits:com.iplanet.log.LogException
45 public FormatterInitException() { method in class:FormatterInitException
52 public FormatterInitException(String message) { method in class:FormatterInitException
H A DFileHandler.java230 throws NullLocationException, FormatterInitException {
288 throw new FormatterInitException(
365 } catch (FormatterInitException fie) {
H A DDBHandler.java105 private void configure() throws NullLocationException, FormatterInitException {
178 throw new FormatterInitException("Unable To Initialize DBFormatter");
210 throw new FormatterInitException("Unable To Initialize DBFormatter " + e.getMessage());
322 } catch (FormatterInitException fie) {
H A DSecureFileHandler.java251 throws NullLocationException, FormatterInitException {
341 } catch (FormatterInitException fie) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DFormatterInitException.java25 * $Id: FormatterInitException.java,v 1.3 2008/06/25 05:43:36 qcheng Exp $
40 public class FormatterInitException extends com.iplanet.log.LogException { class in inherits:com.iplanet.log.LogException
45 public FormatterInitException() { method in class:FormatterInitException
52 public FormatterInitException(String message) { method in class:FormatterInitException
H A DFileHandler.java231 throws NullLocationException, FormatterInitException {
289 throw new FormatterInitException(
366 } catch (FormatterInitException fie) {
H A DDBHandler.java107 private void configure() throws NullLocationException, FormatterInitException {
180 throw new FormatterInitException("Unable To Initialize DBFormatter");
212 throw new FormatterInitException("Unable To Initialize DBFormatter " + e.getMessage());
324 } catch (FormatterInitException fie) {
H A DSecureFileHandler.java250 throws NullLocationException, FormatterInitException {
340 } catch (FormatterInitException fie) {

Completed in 35 milliseconds