Searched refs:SOAPFaultException (Results 1 - 25 of 33) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DInteractionSOAPFaultException.java30 import com.sun.identity.liberty.ws.soapbinding.SOAPFaultException;
42 private SOAPFaultException soapFaultException;
46 * @param soapFaultException <code>SOAPFaultException</code> that contains
54 this.soapFaultException = (SOAPFaultException) soapFaultException;
58 * Gets the <code>SOAPFaultException</code> that contains SOAP fault
59 * @return <code>SOAPFaultException</code> that contains SOAP fault
63 public SOAPFaultException getSOAPFaultException() {
H A DInteractionManager.java50 import com.sun.identity.liberty.ws.soapbinding.SOAPFaultException;
253 * @throws SOAPFaultException if the response message has SOAP fault
265 SOAPBindingException, SOAPFaultException {
323 } catch (SOAPFaultException sfe) {
326 + " catching SOAPFaultException="
368 * @throws SOAPFaultException if the response message has SOAP fault
378 SOAPBindingException, SOAPFaultException {
398 * @throws SOAPFaultException if the response message has SOAP fault
406 SOAPBindingException, SOAPFaultException {
622 * @throws SOAPFaultException i
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DInteractionSOAPFaultException.java30 import com.sun.identity.liberty.ws.soapbinding.SOAPFaultException;
42 private SOAPFaultException soapFaultException;
46 * @param soapFaultException <code>SOAPFaultException</code> that contains
54 this.soapFaultException = (SOAPFaultException) soapFaultException;
58 * Gets the <code>SOAPFaultException</code> that contains SOAP fault
59 * @return <code>SOAPFaultException</code> that contains SOAP fault
63 public SOAPFaultException getSOAPFaultException() {
H A DInteractionManager.java53 import com.sun.identity.liberty.ws.soapbinding.SOAPFaultException;
256 * @throws SOAPFaultException if the response message has SOAP fault
268 SOAPBindingException, SOAPFaultException {
326 } catch (SOAPFaultException sfe) {
329 + " catching SOAPFaultException="
371 * @throws SOAPFaultException if the response message has SOAP fault
381 SOAPBindingException, SOAPFaultException {
401 * @throws SOAPFaultException if the response message has SOAP fault
409 SOAPBindingException, SOAPFaultException {
625 * @throws SOAPFaultException i
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DSOAPFaultException.java25 * $Id: SOAPFaultException.java,v 1.2 2008/06/25 05:47:23 qcheng Exp $
34 * The <code>SOAPFaultException</code> class represents a SOAP Fault while
39 public class SOAPFaultException extends Exception { class in inherits:Exception
48 public SOAPFaultException(Message message) { method in class:SOAPFaultException
H A DRequestHandler.java49 * @throws SOAPFaultException if it fails to process the request and wants
55 throws SOAPFaultException, Exception;
H A DUtils.java496 * @throws SOAPFaultException if the message violates rules on server.
500 throws SOAPBindingException, SOAPFaultException {
529 * @throws SOAPFaultException if the Correlation header violates rules
534 throws SOAPBindingException, SOAPFaultException {
541 throw new SOAPFaultException(new Message(sf));
554 } catch (SOAPFaultException sfe) {
570 throw new SOAPFaultException(new Message(sf));
589 throw new SOAPFaultException(new Message(sf));
615 throw new SOAPFaultException(new Message(sf));
632 * @throws SOAPFaultException i
[all...]
H A DClient.java109 * @throws SOAPFaultException if the response is a SOAP Fault
112 throws SOAPBindingException, SOAPFaultException {
128 * @throws SOAPFaultException if the response is a SOAP Fault
131 String certAlias) throws SOAPBindingException, SOAPFaultException {
145 * @throws SOAPFaultException if a SOAP Fault occurs
151 throws SOAPBindingException, SOAPFaultException {
214 throw new SOAPFaultException(resp);
H A DSOAPReceiver.java253 } catch (SOAPFaultException sfe) {
261 "got SOAPFaultException", sfe);
H A DMessageProcessor.java141 } catch (SOAPFaultException sfe) {
H A DMessage.java364 throws SOAPBindingException,SOAPFaultException {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DSOAPFaultException.java25 * $Id: SOAPFaultException.java,v 1.2 2008/06/25 05:47:23 qcheng Exp $
34 * The <code>SOAPFaultException</code> class represents a SOAP Fault while
39 public class SOAPFaultException extends Exception { class in inherits:Exception
48 public SOAPFaultException(Message message) { method in class:SOAPFaultException
H A DRequestHandler.java49 * @throws SOAPFaultException if it fails to process the request and wants
55 throws SOAPFaultException, Exception;
H A DUtils.java509 * @throws SOAPFaultException if the message violates rules on server.
513 throws SOAPBindingException, SOAPFaultException {
542 * @throws SOAPFaultException if the Correlation header violates rules
547 throws SOAPBindingException, SOAPFaultException {
554 throw new SOAPFaultException(new Message(sf));
567 } catch (SOAPFaultException sfe) {
583 throw new SOAPFaultException(new Message(sf));
602 throw new SOAPFaultException(new Message(sf));
628 throw new SOAPFaultException(new Message(sf));
645 * @throws SOAPFaultException i
[all...]
H A DClient.java109 * @throws SOAPFaultException if the response is a SOAP Fault
112 throws SOAPBindingException, SOAPFaultException {
128 * @throws SOAPFaultException if the response is a SOAP Fault
131 String certAlias) throws SOAPBindingException, SOAPFaultException {
145 * @throws SOAPFaultException if a SOAP Fault occurs
151 throws SOAPBindingException, SOAPFaultException {
214 throw new SOAPFaultException(resp);
H A DSOAPReceiver.java253 } catch (SOAPFaultException sfe) {
261 "got SOAPFaultException", sfe);
H A DMessageProcessor.java141 } catch (SOAPFaultException sfe) {
H A DMessage.java364 throws SOAPBindingException,SOAPFaultException {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/service/
H A DDSTRequestHandler.java35 import com.sun.identity.liberty.ws.soapbinding.SOAPFaultException;
69 * @exception SOAPFaultException if the service requires an interaction.
73 throws SOAPFaultException, Exception {
117 * @exception SOAPFaultException for the interaction queries.
122 throws SOAPFaultException, DSTException {
163 * @exception SOAPFaultException for the interaction redirects
167 throws SOAPFaultException, DSTException;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/service/
H A DDSTRequestHandler.java35 import com.sun.identity.liberty.ws.soapbinding.SOAPFaultException;
69 * @exception SOAPFaultException if the service requires an interaction.
73 throws SOAPFaultException, Exception {
117 * @exception SOAPFaultException for the interaction queries.
122 throws SOAPFaultException, DSTException {
163 * @exception SOAPFaultException for the interaction redirects
167 throws SOAPFaultException, DSTException;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/
H A DPPRequestHandler.java48 import com.sun.identity.liberty.ws.soapbinding.SOAPFaultException;
107 * @exception SOAPFaultException for the interaction redirects
114 throws SOAPFaultException, DSTException {
174 * @exception SOAPFaultException if the interaction is required
181 throws IDPPException, SOAPFaultException {
455 * @exception SOAPFaultException for interaction redirect
462 throws IDPPException, SOAPFaultException {
746 * @exception SOAPFaultException for interaction redirection
751 throws SOAPFaultException, IDPPException {
1059 * @exception SOAPFaultException
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/
H A DPPRequestHandler.java48 import com.sun.identity.liberty.ws.soapbinding.SOAPFaultException;
107 * @exception SOAPFaultException for the interaction redirects
114 throws SOAPFaultException, DSTException {
174 * @exception SOAPFaultException if the interaction is required
181 throws IDPPException, SOAPFaultException {
455 * @exception SOAPFaultException for interaction redirect
462 throws IDPPException, SOAPFaultException {
746 * @exception SOAPFaultException for interaction redirection
751 throws SOAPFaultException, IDPPException {
1059 * @exception SOAPFaultException
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/
H A DDSTClient.java41 import com.sun.identity.liberty.ws.soapbinding.SOAPFaultException;
860 } catch(SOAPFaultException sfe) {
874 throws DSTException, SOAPFaultException,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/
H A DDSTClient.java41 import com.sun.identity.liberty.ws.soapbinding.SOAPFaultException;
860 } catch(SOAPFaultException sfe) {
874 throws DSTException, SOAPFaultException,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPACSUtils.java34 import com.sun.identity.liberty.ws.soapbinding.SOAPFaultException;
758 } catch(SOAPFaultException sfex) {

Completed in 230 milliseconds

12