Searched refs:SystemConfigurationException (Results 1 - 16 of 16) 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...]
H A DSystemConfigurationUtil.java92 throws SystemConfigurationException {
116 * @throws SystemConfigurationException if unable to get the server list.
118 public static List getServerList() throws SystemConfigurationException {
128 * @throws SystemConfigurationException if unable to get the server list.
131 throws SystemConfigurationException {
138 throw new SystemConfigurationException("missingServiceName");
154 throw new SystemConfigurationException("noServiceURL", data);
163 throw new SystemConfigurationException("noServiceURL", data);
167 throw new SystemConfigurationException("noServiceURL", data);
177 * @throws SystemConfigurationException i
[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...]
H A DSystemConfigurationUtil.java92 throws SystemConfigurationException {
116 * @throws SystemConfigurationException if unable to get the server list.
118 public static List getServerList() throws SystemConfigurationException {
128 * @throws SystemConfigurationException if unable to get the server list.
131 throws SystemConfigurationException {
138 throw new SystemConfigurationException("missingServiceName");
154 throw new SystemConfigurationException("noServiceURL", data);
163 throw new SystemConfigurationException("noServiceURL", data);
167 throw new SystemConfigurationException("noServiceURL", data);
177 * @throws SystemConfigurationException i
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DFSUtils.java49 import com.sun.identity.common.SystemConfigurationException;
708 } catch (SystemConfigurationException scex) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DFSUtils.java49 import com.sun.identity.common.SystemConfigurationException;
708 } catch (SystemConfigurationException scex) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DSAMLClient.java37 import com.sun.identity.common.SystemConfigurationException;
112 } catch(SystemConfigurationException ue) {
239 } catch (SystemConfigurationException ue) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DSAMLClient.java37 import com.sun.identity.common.SystemConfigurationException;
112 } catch(SystemConfigurationException ue) {
239 } catch (SystemConfigurationException ue) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLUtils.java61 import com.sun.identity.common.SystemConfigurationException;
525 } catch (SystemConfigurationException se) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSOAPReceiver.java32 import com.sun.identity.common.SystemConfigurationException;
1248 } catch (SystemConfigurationException se) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSOAPReceiver.java32 import com.sun.identity.common.SystemConfigurationException;
1248 } catch (SystemConfigurationException se) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLUtils.java63 import com.sun.identity.common.SystemConfigurationException;
527 } catch (SystemConfigurationException se) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSServiceUtils.java62 import com.sun.identity.common.SystemConfigurationException;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSServiceUtils.java62 import com.sun.identity.common.SystemConfigurationException;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java31 import com.sun.identity.common.SystemConfigurationException;
1578 } catch (SystemConfigurationException sce) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java33 import com.sun.identity.common.SystemConfigurationException;
1603 } catch (SystemConfigurationException sce) {

Completed in 448 milliseconds