Searched refs:FSMsgException (Results 1 - 25 of 90) sorted by relevance

1234

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DFSMsgException.java25 * $Id: FSMsgException.java,v 1.2 2008/06/25 05:46:47 qcheng Exp $
41 public class FSMsgException extends FSException { class in inherits:FSException
48 public FSMsgException(String errorCode, Object[] args) { method in class:FSMsgException
59 public FSMsgException(String errorCode,Object[] args,Throwable rootCause) { method in class:FSMsgException
69 public FSMsgException(Throwable rootCause,String s) { method in class:FSMsgException
78 public FSMsgException(String s) { method in class:FSMsgException
H A DGetComplete.java82 * @throws FSMsgException if error creating this object.
84 public GetComplete(Element root) throws FSMsgException {
88 throw new FSMsgException("nullInput",null);
93 throw new FSMsgException("wrongInput",null);
112 throw new FSMsgException("wrongInput",null);
120 throw new FSMsgException("wrongInput",null);
131 * @throws FSMsgException if there is an error creating this object.
133 public static GetComplete parseXML(String xml) throws FSMsgException {
140 throw new FSMsgException("parseError",null);
152 public String toXMLString() throws FSMsgException {
[all...]
H A DIDPEntry.java147 public String toXMLString() throws FSMsgException {
159 * @throws FSMsgException if there is an error converting
164 throws FSMsgException {
177 * @throws FSMsgException if there is an error converting
182 boolean includeHeader) throws FSMsgException {
230 * @throws FSMsgException if <code>IDPEntry<code> cannot be created.
233 public IDPEntry(Element root) throws FSMsgException {
236 throw new FSMsgException("nullInput",null);
242 throw new FSMsgException("wrongInput",null);
257 throw new FSMsgException("wrongInpu
[all...]
H A DIDPEntries.java101 public String toXMLString() throws FSMsgException {
113 * @throws FSMsgException if there is an error converting
118 throws FSMsgException {
132 * @throws FSMsgException if there is an error converting
136 boolean includeHeader) throws FSMsgException {
172 * @throws FSMsgException on error.
174 public IDPEntries(Element root) throws FSMsgException {
177 throw new FSMsgException("nullInput",null);
183 throw new FSMsgException("wrongInput",null);
H A DExtension.java64 * @throws FSMsgException on error.
66 public Extension(List children) throws FSMsgException {
75 * @throws FSMsgException on error.
77 public Extension(Element element) throws FSMsgException {
80 throw new FSMsgException("nullInput", null);
85 throw new FSMsgException("wrongInput", null);
111 * @throws FSMsgException on error.
113 public Extension(Map avpairs) throws FSMsgException {
133 public void setChildren(List children) throws FSMsgException {
180 * @throws FSMsgException o
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DFSMsgException.java25 * $Id: FSMsgException.java,v 1.2 2008/06/25 05:46:47 qcheng Exp $
41 public class FSMsgException extends FSException { class in inherits:FSException
48 public FSMsgException(String errorCode, Object[] args) { method in class:FSMsgException
59 public FSMsgException(String errorCode,Object[] args,Throwable rootCause) { method in class:FSMsgException
69 public FSMsgException(Throwable rootCause,String s) { method in class:FSMsgException
78 public FSMsgException(String s) { method in class:FSMsgException
H A DGetComplete.java82 * @throws FSMsgException if error creating this object.
84 public GetComplete(Element root) throws FSMsgException {
88 throw new FSMsgException("nullInput",null);
93 throw new FSMsgException("wrongInput",null);
112 throw new FSMsgException("wrongInput",null);
120 throw new FSMsgException("wrongInput",null);
131 * @throws FSMsgException if there is an error creating this object.
133 public static GetComplete parseXML(String xml) throws FSMsgException {
140 throw new FSMsgException("parseError",null);
152 public String toXMLString() throws FSMsgException {
[all...]
H A DIDPEntry.java147 public String toXMLString() throws FSMsgException {
159 * @throws FSMsgException if there is an error converting
164 throws FSMsgException {
177 * @throws FSMsgException if there is an error converting
182 boolean includeHeader) throws FSMsgException {
230 * @throws FSMsgException if <code>IDPEntry<code> cannot be created.
233 public IDPEntry(Element root) throws FSMsgException {
236 throw new FSMsgException("nullInput",null);
242 throw new FSMsgException("wrongInput",null);
257 throw new FSMsgException("wrongInpu
[all...]
H A DIDPEntries.java101 public String toXMLString() throws FSMsgException {
113 * @throws FSMsgException if there is an error converting
118 throws FSMsgException {
132 * @throws FSMsgException if there is an error converting
136 boolean includeHeader) throws FSMsgException {
172 * @throws FSMsgException on error.
174 public IDPEntries(Element root) throws FSMsgException {
177 throw new FSMsgException("nullInput",null);
183 throw new FSMsgException("wrongInput",null);
H A DExtension.java64 * @throws FSMsgException on error.
66 public Extension(List children) throws FSMsgException {
75 * @throws FSMsgException on error.
77 public Extension(Element element) throws FSMsgException {
80 throw new FSMsgException("nullInput", null);
85 throw new FSMsgException("wrongInput", null);
111 * @throws FSMsgException on error.
113 public Extension(Map avpairs) throws FSMsgException {
133 public void setChildren(List children) throws FSMsgException {
180 * @throws FSMsgException o
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAssertionArtifact.java32 import com.sun.identity.federation.message.common.FSMsgException;
88 public FSAssertionArtifact(String theArtifact) throws FSMsgException {
92 throw new FSMsgException("nullInput",null);
101 throw new FSMsgException("wrongInput",null);
110 throw new FSMsgException("wrongInput",null);
117 throw new FSMsgException("wrongInput", null);
141 throws FSMsgException {
144 throw new FSMsgException("nullInput",null);
150 throw new FSMsgException("wrongInput",null);
168 throw new FSMsgException("errorCreateArtifac
[all...]
H A DFSNameRegistrationResponse.java33 import com.sun.identity.federation.message.common.FSMsgException;
176 * @throws FSMsgException if there is an error creating this object.
180 String relayState) throws FSMsgException {
184 throw new FSMsgException("errorGenerateID",null);
191 throw new FSMsgException("nullInput",null);
196 throw new FSMsgException("missingElement",null);
209 * @throws FSMsgException if there is an error creating this object.
213 FSMsgException, SAMLException {
217 throw new FSMsgException("nullInput",null);
224 throw new FSMsgException("wrongInpu
[all...]
H A DFSSubject.java34 import com.sun.identity.federation.message.common.FSMsgException;
69 * @throws FSMsgException if there is an error creating this object.
75 throws FSMsgException, SAMLException {
88 * @throws FSMsgException if there is an error creating this object.
93 throws FSMsgException, SAMLException {
103 * @throws FSMsgException if there is an error creating this object.
107 throws FSMsgException, SAMLException {
116 throw new FSMsgException("nullInput",null) ;
122 throw new FSMsgException("invalidElement",null) ;
130 throw new FSMsgException("emptyElemen
[all...]
H A DFSAuthnResponseEnvelope.java33 import com.sun.identity.federation.message.common.FSMsgException;
78 * @throws FSMsgException if there is an error creating the object.
82 throws FSMsgException, SAMLException {
86 throw new FSMsgException("nullInput",null);
93 throw new FSMsgException("wrongInput",null);
99 throw new FSMsgException("wrongInput",null);
118 throw new FSMsgException("moreElement",null);
214 * @throws FSMsgException if there is error creating the object.
217 throws FSMsgException {
227 throw new FSMsgException("parseErro
[all...]
H A DFSResponse.java56 import com.sun.identity.federation.message.common.FSMsgException;
128 * @throws FSMsgException it there is an error creating this object.
133 List contents) throws SAMLException, FSMsgException {
139 ) throws SAMLException, FSMsgException {
147 throw new FSMsgException("parseError",null);
159 * @throws FSMsgException if there is an error creating this object.
161 public FSResponse(Element root) throws SAMLException, FSMsgException {
166 throw new FSMsgException("nullInput",null);
173 throw new FSMsgException("wrongInput",null);
183 throw new FSMsgException("missingAttribut
[all...]
H A DFSNameIdentifierMappingResponse.java39 import com.sun.identity.federation.message.common.FSMsgException;
84 * @throws FSMsgException on an error.
88 NameIdentifier nameIdentifier) throws FSMsgException {
103 * @throws FSMsgException if there is an error creating the object.
106 throws FSMsgException {
110 throw new FSMsgException("nullInputParameter",null);
117 throw new FSMsgException("wrongInput",null);
126 throw new FSMsgException("missingAttribute",args);
133 throw new FSMsgException("wrongInput",null);
143 throw new FSMsgException("missingAttribut
[all...]
H A DFSAuthenticationStatement.java34 import com.sun.identity.federation.message.common.FSMsgException;
83 * @throws FSMsgException if there is error
92 ) throws FSMsgException, SAMLException {
113 * @throws FSMsgException if there is an error
124 ) throws FSMsgException, SAMLException {
147 * @throws FSMsgException if document element is null
152 throws FSMsgException, SAMLException {
156 throw new FSMsgException("nullInput",null);
171 throw new FSMsgException("nullInput", null);
182 throw new FSMsgException("wrongDateForma
[all...]
H A DFSIDPList.java32 import com.sun.identity.federation.message.common.FSMsgException;
73 * @throws FSMsgException if there is an error creating
76 public FSIDPList(Element root) throws FSMsgException {
79 throw new FSMsgException("nullInput",null);
84 throw new FSMsgException("wrongInput",null);
95 throw new FSMsgException("wrongInput",null);
195 * @throws FSMsgException if there is an error creating
200 public String toXMLString() throws FSMsgException {
212 * @throws FSMsgException if there is an error.
215 throws FSMsgException {
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAssertionArtifact.java32 import com.sun.identity.federation.message.common.FSMsgException;
88 public FSAssertionArtifact(String theArtifact) throws FSMsgException {
92 throw new FSMsgException("nullInput",null);
101 throw new FSMsgException("wrongInput",null);
110 throw new FSMsgException("wrongInput",null);
117 throw new FSMsgException("wrongInput", null);
141 throws FSMsgException {
144 throw new FSMsgException("nullInput",null);
150 throw new FSMsgException("wrongInput",null);
168 throw new FSMsgException("errorCreateArtifac
[all...]
H A DFSNameRegistrationResponse.java36 import com.sun.identity.federation.message.common.FSMsgException;
179 * @throws FSMsgException if there is an error creating this object.
183 String relayState) throws FSMsgException {
187 throw new FSMsgException("errorGenerateID",null);
194 throw new FSMsgException("nullInput",null);
199 throw new FSMsgException("missingElement",null);
212 * @throws FSMsgException if there is an error creating this object.
216 FSMsgException, SAMLException {
220 throw new FSMsgException("nullInput",null);
227 throw new FSMsgException("wrongInpu
[all...]
H A DFSSubject.java34 import com.sun.identity.federation.message.common.FSMsgException;
69 * @throws FSMsgException if there is an error creating this object.
75 throws FSMsgException, SAMLException {
88 * @throws FSMsgException if there is an error creating this object.
93 throws FSMsgException, SAMLException {
103 * @throws FSMsgException if there is an error creating this object.
107 throws FSMsgException, SAMLException {
116 throw new FSMsgException("nullInput",null) ;
122 throw new FSMsgException("invalidElement",null) ;
130 throw new FSMsgException("emptyElemen
[all...]
H A DFSAuthnResponseEnvelope.java33 import com.sun.identity.federation.message.common.FSMsgException;
78 * @throws FSMsgException if there is an error creating the object.
82 throws FSMsgException, SAMLException {
86 throw new FSMsgException("nullInput",null);
93 throw new FSMsgException("wrongInput",null);
99 throw new FSMsgException("wrongInput",null);
118 throw new FSMsgException("moreElement",null);
214 * @throws FSMsgException if there is error creating the object.
217 throws FSMsgException {
227 throw new FSMsgException("parseErro
[all...]
H A DFSResponse.java56 import com.sun.identity.federation.message.common.FSMsgException;
128 * @throws FSMsgException it there is an error creating this object.
133 List contents) throws SAMLException, FSMsgException {
139 ) throws SAMLException, FSMsgException {
147 throw new FSMsgException("parseError",null);
159 * @throws FSMsgException if there is an error creating this object.
161 public FSResponse(Element root) throws SAMLException, FSMsgException {
166 throw new FSMsgException("nullInput",null);
173 throw new FSMsgException("wrongInput",null);
183 throw new FSMsgException("missingAttribut
[all...]
H A DFSNameIdentifierMappingResponse.java42 import com.sun.identity.federation.message.common.FSMsgException;
87 * @throws FSMsgException on an error.
91 NameIdentifier nameIdentifier) throws FSMsgException {
106 * @throws FSMsgException if there is an error creating the object.
109 throws FSMsgException {
113 throw new FSMsgException("nullInputParameter",null);
120 throw new FSMsgException("wrongInput",null);
129 throw new FSMsgException("missingAttribute",args);
136 throw new FSMsgException("wrongInput",null);
146 throw new FSMsgException("missingAttribut
[all...]
H A DFSAuthenticationStatement.java34 import com.sun.identity.federation.message.common.FSMsgException;
83 * @throws FSMsgException if there is error
92 ) throws FSMsgException, SAMLException {
113 * @throws FSMsgException if there is an error
124 ) throws FSMsgException, SAMLException {
147 * @throws FSMsgException if document element is null
152 throws FSMsgException, SAMLException {
156 throw new FSMsgException("nullInput",null);
171 throw new FSMsgException("nullInput", null);
182 throw new FSMsgException("wrongDateForma
[all...]

Completed in 60 milliseconds

1234