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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/common/
H A DSystemConfigurationException.java25 * $Id: SystemConfigurationException.java,v 1.2 2008/06/25 05:46:37 qcheng Exp $
34 * An <code>SystemConfigurationException</code> is thrown when there are
37 public class SystemConfigurationException extends L10NMessageImpl { class in inherits:L10NMessageImpl
42 * Constructs a new <code>SystemConfigurationException</code>
53 public SystemConfigurationException(String errorCode, Object[] args) { method in class:SystemConfigurationException
58 * Constructs a new <code>SystemConfigurationException</code> without a
71 public SystemConfigurationException(String rbName, String errorCode, method in class:SystemConfigurationException
78 * Constructs a new <code>SystemConfigurationException</code> with the
85 public SystemConfigurationException(String message) { method in class:SystemConfigurationException
90 * Constructs an <code>SystemConfigurationException</cod
95 public SystemConfigurationException(Throwable t) { method in class:SystemConfigurationException
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/common/
H A DSystemConfigurationException.java25 * $Id: SystemConfigurationException.java,v 1.2 2008/06/25 05:46:37 qcheng Exp $
34 * An <code>SystemConfigurationException</code> is thrown when there are
37 public class SystemConfigurationException extends L10NMessageImpl { class in inherits:L10NMessageImpl
42 * Constructs a new <code>SystemConfigurationException</code>
53 public SystemConfigurationException(String errorCode, Object[] args) { method in class:SystemConfigurationException
58 * Constructs a new <code>SystemConfigurationException</code> without a
71 public SystemConfigurationException(String rbName, String errorCode, method in class:SystemConfigurationException
78 * Constructs a new <code>SystemConfigurationException</code> with the
85 public SystemConfigurationException(String message) { method in class:SystemConfigurationException
90 * Constructs an <code>SystemConfigurationException</cod
95 public SystemConfigurationException(Throwable t) { method in class:SystemConfigurationException
[all...]

Completed in 37 milliseconds