Searched refs:SOAPBindingException (Results 1 - 25 of 38) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DSOAPBindingException.java25 * $Id: SOAPBindingException.java,v 1.2 2008/06/25 05:47:23 qcheng Exp $
33 * The <code>SOAPBindingException</code> class represents a error while
38 public class SOAPBindingException extends Exception { class in inherits:Exception
43 public SOAPBindingException() { method in class:SOAPBindingException
52 public SOAPBindingException(String message) { method in class:SOAPBindingException
H A DProcessingContextHeader.java54 * @throws SOAPBindingException if the elementValue is null
57 throws SOAPBindingException {
61 throw new SOAPBindingException(msg);
70 * @throws SOAPBindingException if an error occurs while parsing
74 throws SOAPBindingException {
79 throw new SOAPBindingException(msg);
84 throw new SOAPBindingException(msg);
98 throw new SOAPBindingException(msg);
H A DMessageProcessor.java100 * @throws SOAPBindingException for any error occured during validation.
104 throws SOAPBindingException {
114 throw new SOAPBindingException(
126 throw new SOAPBindingException(
130 throw new SOAPBindingException(
136 } catch (SOAPBindingException sbe) {
144 throw new SOAPBindingException(
157 * @throws SOAPBindingException for any failure.
160 throws SOAPBindingException {
182 throw new SOAPBindingException(
[all...]
H A DCorrelationHeader.java76 * @throws SOAPBindingException if an error occurs while parsing
79 CorrelationHeader(Element correlationElement) throws SOAPBindingException {
86 throw new SOAPBindingException(msg);
105 throw new SOAPBindingException(msg);
115 throw new SOAPBindingException(msg);
122 throw new SOAPBindingException(msg);
H A DProviderHeader.java57 * @exception SOAPBindingException if the providerID is null
59 public ProviderHeader(String providerID) throws SOAPBindingException {
63 throw new SOAPBindingException(msg);
77 * @exception SOAPBindingException if an error occurs while parsing
80 ProviderHeader(Element providerElement) throws SOAPBindingException {
87 throw new SOAPBindingException(msg);
105 throw new SOAPBindingException(msg);
H A DClient.java107 * @throws SOAPBindingException if an error occurs while sending the
112 throws SOAPBindingException, SOAPFaultException {
126 * @throws SOAPBindingException if an error occurs while sending the
131 String certAlias) throws SOAPBindingException, SOAPFaultException {
146 * @throws SOAPBindingException if a error occurs while processing,
151 throws SOAPBindingException, SOAPFaultException {
158 throw new SOAPBindingException(e.getMessage());
180 throw new SOAPBindingException(msg);
197 throw new SOAPBindingException(e.getMessage());
220 throw new SOAPBindingException(
[all...]
H A DServiceInstanceUpdateHeader.java70 * @throws SOAPBindingException if an error occurs while parsing
74 throws SOAPBindingException {
90 throw new SOAPBindingException(msg);
98 throw new SOAPBindingException(msg);
110 throw new SOAPBindingException(msg);
119 throw new SOAPBindingException(msg);
125 throw new SOAPBindingException(msg);
142 throw new SOAPBindingException(msg);
353 * @throws SOAPBindingException if there is an error creating this
356 Credential(Element credentialE) throws SOAPBindingException {
[all...]
H A DSOAPFault.java96 * @throws SOAPBindingException if an error occurs while parsing
99 SOAPFault(Element faultElement) throws SOAPBindingException {
123 throw new SOAPBindingException(msg);
129 throw new SOAPBindingException(msg);
139 throw new SOAPBindingException(msg);
152 throw new SOAPBindingException(msg);
162 throw new SOAPBindingException(msg);
167 throw new SOAPBindingException(msg);
H A DUsageDirectiveHeader.java64 * @throws SOAPBindingException if the value of <code>ref</code> attribute
67 public UsageDirectiveHeader(String ref) throws SOAPBindingException {
71 throw new SOAPBindingException(msg);
80 * @throws SOAPBindingException if an error occurs while parsing
84 throws SOAPBindingException {
98 throw new SOAPBindingException(msg);
H A DUtils.java265 * @throws SOAPBindingException if an error occurs while converting
270 throws SOAPBindingException {
287 throw new SOAPBindingException(e.getMessage());
495 * @throws SOAPBindingException if the message violates rules on client.
500 throws SOAPBindingException, SOAPFaultException {
527 * @throws SOAPBindingException if the Correlation header violates rules
534 throws SOAPBindingException, SOAPFaultException {
543 throw new SOAPBindingException(
573 throw new SOAPBindingException(bundle.getString("staleMsg"));
592 throw new SOAPBindingException(bundl
[all...]
H A DMessage.java268 * @throws SOAPBindingException if provider header is null.
270 public Message(ProviderHeader providerHeader) throws SOAPBindingException {
281 * @throws SOAPBindingException if an error occurs while processing
286 throws SOAPBindingException {
288 throw new SOAPBindingException(
311 * @throws SOAPBindingException if an error occurs while processing
315 throws SOAPBindingException {
317 throw new SOAPBindingException(
343 * @throws SOAPBindingException if an error occurs while parsing the input.
345 public Message(InputStream inputStream) throws SOAPBindingException {
[all...]
H A DConsentHeader.java70 * @throws SOAPBindingException if an error occurs while parsing
73 ConsentHeader(Element consentElement) throws SOAPBindingException {
87 throw new SOAPBindingException(msg);
100 throw new SOAPBindingException(msg);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DSOAPBindingException.java25 * $Id: SOAPBindingException.java,v 1.2 2008/06/25 05:47:23 qcheng Exp $
33 * The <code>SOAPBindingException</code> class represents a error while
38 public class SOAPBindingException extends Exception { class in inherits:Exception
43 public SOAPBindingException() { method in class:SOAPBindingException
52 public SOAPBindingException(String message) { method in class:SOAPBindingException
H A DProcessingContextHeader.java54 * @throws SOAPBindingException if the elementValue is null
57 throws SOAPBindingException {
61 throw new SOAPBindingException(msg);
70 * @throws SOAPBindingException if an error occurs while parsing
74 throws SOAPBindingException {
79 throw new SOAPBindingException(msg);
84 throw new SOAPBindingException(msg);
98 throw new SOAPBindingException(msg);
H A DMessageProcessor.java100 * @throws SOAPBindingException for any error occured during validation.
104 throws SOAPBindingException {
114 throw new SOAPBindingException(
126 throw new SOAPBindingException(
130 throw new SOAPBindingException(
136 } catch (SOAPBindingException sbe) {
144 throw new SOAPBindingException(
157 * @throws SOAPBindingException for any failure.
160 throws SOAPBindingException {
182 throw new SOAPBindingException(
[all...]
H A DCorrelationHeader.java79 * @throws SOAPBindingException if an error occurs while parsing
82 CorrelationHeader(Element correlationElement) throws SOAPBindingException {
89 throw new SOAPBindingException(msg);
108 throw new SOAPBindingException(msg);
118 throw new SOAPBindingException(msg);
125 throw new SOAPBindingException(msg);
H A DProviderHeader.java57 * @exception SOAPBindingException if the providerID is null
59 public ProviderHeader(String providerID) throws SOAPBindingException {
63 throw new SOAPBindingException(msg);
77 * @exception SOAPBindingException if an error occurs while parsing
80 ProviderHeader(Element providerElement) throws SOAPBindingException {
87 throw new SOAPBindingException(msg);
105 throw new SOAPBindingException(msg);
H A DClient.java107 * @throws SOAPBindingException if an error occurs while sending the
112 throws SOAPBindingException, SOAPFaultException {
126 * @throws SOAPBindingException if an error occurs while sending the
131 String certAlias) throws SOAPBindingException, SOAPFaultException {
146 * @throws SOAPBindingException if a error occurs while processing,
151 throws SOAPBindingException, SOAPFaultException {
158 throw new SOAPBindingException(e.getMessage());
180 throw new SOAPBindingException(msg);
197 throw new SOAPBindingException(e.getMessage());
220 throw new SOAPBindingException(
[all...]
H A DServiceInstanceUpdateHeader.java70 * @throws SOAPBindingException if an error occurs while parsing
74 throws SOAPBindingException {
90 throw new SOAPBindingException(msg);
98 throw new SOAPBindingException(msg);
110 throw new SOAPBindingException(msg);
119 throw new SOAPBindingException(msg);
125 throw new SOAPBindingException(msg);
142 throw new SOAPBindingException(msg);
353 * @throws SOAPBindingException if there is an error creating this
356 Credential(Element credentialE) throws SOAPBindingException {
[all...]
H A DSOAPFault.java96 * @throws SOAPBindingException if an error occurs while parsing
99 SOAPFault(Element faultElement) throws SOAPBindingException {
123 throw new SOAPBindingException(msg);
129 throw new SOAPBindingException(msg);
139 throw new SOAPBindingException(msg);
152 throw new SOAPBindingException(msg);
162 throw new SOAPBindingException(msg);
167 throw new SOAPBindingException(msg);
H A DUsageDirectiveHeader.java64 * @throws SOAPBindingException if the value of <code>ref</code> attribute
67 public UsageDirectiveHeader(String ref) throws SOAPBindingException {
71 throw new SOAPBindingException(msg);
80 * @throws SOAPBindingException if an error occurs while parsing
84 throws SOAPBindingException {
98 throw new SOAPBindingException(msg);
H A DUtils.java267 * @throws SOAPBindingException if an error occurs while converting
272 throws SOAPBindingException {
289 throw new SOAPBindingException(e.getMessage());
508 * @throws SOAPBindingException if the message violates rules on client.
513 throws SOAPBindingException, SOAPFaultException {
540 * @throws SOAPBindingException if the Correlation header violates rules
547 throws SOAPBindingException, SOAPFaultException {
556 throw new SOAPBindingException(
586 throw new SOAPBindingException(bundle.getString("staleMsg"));
605 throw new SOAPBindingException(bundl
[all...]
H A DMessage.java268 * @throws SOAPBindingException if provider header is null.
270 public Message(ProviderHeader providerHeader) throws SOAPBindingException {
281 * @throws SOAPBindingException if an error occurs while processing
286 throws SOAPBindingException {
288 throw new SOAPBindingException(
311 * @throws SOAPBindingException if an error occurs while processing
315 throws SOAPBindingException {
317 throw new SOAPBindingException(
343 * @throws SOAPBindingException if an error occurs while parsing the input.
345 public Message(InputStream inputStream) throws SOAPBindingException {
[all...]
H A DConsentHeader.java70 * @throws SOAPBindingException if an error occurs while parsing
73 ConsentHeader(Element consentElement) throws SOAPBindingException {
87 throw new SOAPBindingException(msg);
100 throw new SOAPBindingException(msg);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DDiscoveryClient.java42 import com.sun.identity.liberty.ws.soapbinding.SOAPBindingException;
454 } catch (SOAPBindingException sbe) {
463 } catch (SOAPBindingException sbe) {
474 } catch (SOAPBindingException sbe) {
484 } catch (SOAPBindingException sbe) {

Completed in 51 milliseconds

12