Searched refs:COTException (Results 1 - 25 of 76) sorted by relevance

1234

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCOTException.java25 * $Id: COTException.java,v 1.2 2008/06/25 05:46:38 qcheng Exp $
37 public class COTException extends L10NMessageImpl { class in inherits:L10NMessageImpl
40 * Constructs a new <code>COTException</code> without a nested
52 public COTException(String errorCode, Object[] args) { method in class:COTException
57 * Constructs a new <code>COTException</code> without a nested
71 public COTException(String rbName, String errorCode, Object[] args) { method in class:COTException
76 * Constructs a new <code>COTException</code> with the given
83 public COTException(String message) { method in class:COTException
88 * Constructs an <code>COTException</code> with given
94 public COTException(Throwabl method in class:COTException
[all...]
H A DCircleOfTrustManager.java91 * @throws COTException if unable to construct <code>COTManager</code>.
93 public CircleOfTrustManager() throws COTException {
96 throw new COTException("nullConfig", null);
104 * @throws COTException if unable to construct <code>COTManager</code>.
106 public CircleOfTrustManager(Object callerToken) throws COTException {
112 throw new COTException("nullConfig", null);
121 * @throws COTException if unable to create the circle of trust.
125 throws COTException {
128 throw new COTException("nullCot", null);
141 throw new COTException("invalidCOTNam
[all...]
H A DCircleOfTrustDescriptor.java69 * @throws COTException if values in the map are invalid.
72 throws COTException {
103 * @throws COTException if <code>circleOfTrustName</code>
107 String circleOfTrustStatus) throws COTException {
125 * @throws COTException if any input parameter is invalid.
136 throws COTException {
159 private void setCircleOfTrustName(String name) throws COTException {
162 throw new COTException("invalidCOTName",args);
170 private void setCircleOfTrustType(String type) throws COTException {
173 throw new COTException("invalidProtooclTyp
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCOTException.java25 * $Id: COTException.java,v 1.2 2008/06/25 05:46:38 qcheng Exp $
37 public class COTException extends L10NMessageImpl { class in inherits:L10NMessageImpl
40 * Constructs a new <code>COTException</code> without a nested
52 public COTException(String errorCode, Object[] args) { method in class:COTException
57 * Constructs a new <code>COTException</code> without a nested
71 public COTException(String rbName, String errorCode, Object[] args) { method in class:COTException
76 * Constructs a new <code>COTException</code> with the given
83 public COTException(String message) { method in class:COTException
88 * Constructs an <code>COTException</code> with given
94 public COTException(Throwabl method in class:COTException
[all...]
H A DCircleOfTrustManager.java92 * @throws COTException if unable to construct <code>COTManager</code>.
94 public CircleOfTrustManager() throws COTException {
97 throw new COTException("nullConfig", null);
105 * @throws COTException if unable to construct <code>COTManager</code>.
107 public CircleOfTrustManager(Object callerToken) throws COTException {
113 throw new COTException("nullConfig", null);
122 * @throws COTException if unable to create the circle of trust.
126 throws COTException {
129 throw new COTException("nullCot", null);
142 throw new COTException("invalidCOTNam
[all...]
H A DCircleOfTrustDescriptor.java69 * @throws COTException if values in the map are invalid.
72 throws COTException {
103 * @throws COTException if <code>circleOfTrustName</code>
107 String circleOfTrustStatus) throws COTException {
125 * @throws COTException if any input parameter is invalid.
136 throws COTException {
159 private void setCircleOfTrustName(String name) throws COTException {
162 throw new COTException("invalidCOTName",args);
170 private void setCircleOfTrustType(String type) throws COTException {
173 throw new COTException("invalidProtooclTyp
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DAddProviderToCOT.java32 import com.sun.identity.cot.COTException;
48 ) throws COTException {
H A DCreateRemoteIDP.java31 import com.sun.identity.cot.COTException;
64 } catch (COTException e) {
H A DGetHostedIDPs.java37 import com.sun.identity.cot.COTException;
87 } catch (COTException e) {
H A DGetCircleOfTrusts.java36 import com.sun.identity.cot.COTException;
101 } catch (COTException e) {
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DAddProviderToCOT.java32 import com.sun.identity.cot.COTException;
48 ) throws COTException {
H A DCreateRemoteIDP.java31 import com.sun.identity.cot.COTException;
64 } catch (COTException e) {
H A DGetHostedIDPs.java37 import com.sun.identity.cot.COTException;
87 } catch (COTException e) {
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DDeleteCircleOfTrust.java37 import com.sun.identity.cot.COTException;
77 } catch (COTException e) {
H A DListCircleOfTrusts.java38 import com.sun.identity.cot.COTException;
91 } catch (COTException e) {
H A DRemoveCircleOfTrustMembers.java37 import com.sun.identity.cot.COTException;
82 } catch (COTException e) {
H A DAddCircleOfTrustMembers.java36 import com.sun.identity.cot.COTException;
81 } catch (COTException e) {
H A DCreateCircleOfTrust.java40 import com.sun.identity.cot.COTException;
108 } catch (COTException e) {
H A DListCircleOfTrustMembers.java38 import com.sun.identity.cot.COTException;
110 } catch (COTException e) {
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DDeleteCircleOfTrust.java37 import com.sun.identity.cot.COTException;
77 } catch (COTException e) {
H A DListCircleOfTrusts.java38 import com.sun.identity.cot.COTException;
91 } catch (COTException e) {
H A DRemoveCircleOfTrustMembers.java37 import com.sun.identity.cot.COTException;
82 } catch (COTException e) {
H A DAddCircleOfTrustMembers.java36 import com.sun.identity.cot.COTException;
81 } catch (COTException e) {
H A DCreateCircleOfTrust.java40 import com.sun.identity.cot.COTException;
108 } catch (COTException e) {
H A DListCircleOfTrustMembers.java38 import com.sun.identity.cot.COTException;
110 } catch (COTException e) {

Completed in 66 milliseconds

1234