Searched refs:PAOSException (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/
H A DPAOSException.java25 * $Id: PAOSException.java,v 1.3 2008/06/25 05:47:19 qcheng Exp $
35 * The <code>PAOSException</code> class represents a error while
40 public class PAOSException extends L10NMessageImpl { class in inherits:L10NMessageImpl
43 * Constructs a new <code>PAOSException</code> without a nested
56 public PAOSException(String rbName, String errorCode, Object[] args) { method in class:PAOSException
61 * Constructs a new <code>PAOSException</code> with the given
68 public PAOSException(String message) { method in class:PAOSException
73 * Constructs an <code>PAOSException</code> with given
79 public PAOSException(Throwable t) { method in class:PAOSException
H A DPAOSResponse.java59 * @throws PAOSException if <code>PAOSResponse</code> cannot be created.
62 String actor) throws PAOSException {
75 * @throws PAOSException if <code>PAOSResponse</code> cannot be created.
77 public PAOSResponse(Element element) throws PAOSException {
85 * @throws PAOSException if <code>PAOSResponse</code> cannot be created.
87 public PAOSResponse(String xmlString) throws PAOSException {
91 throw new PAOSException(
157 * @exception PAOSException if it could not create String object
159 public String toXMLString() throws PAOSException {
170 * @exception PAOSException ,i
[all...]
H A DPAOSRequest.java61 * @throws PAOSException if <code>PAOSRequest</code> cannot be created.
65 throws PAOSException {
80 * @throws PAOSException if <code>PAOSRequest</code> cannot be created.
82 public PAOSRequest(Element element) throws PAOSException {
90 * @throws PAOSException if <code>PAOSRequest</code> cannot be created.
92 public PAOSRequest(String xmlString) throws PAOSException {
96 throw new PAOSException(
204 * @exception PAOSException if it could not create String object
206 public String toXMLString() throws PAOSException {
217 * @exception PAOSException ,i
[all...]
H A DPAOSHeader.java78 * @throws PAOSException if there are any parsing errors because
83 public PAOSHeader(HttpServletRequest req) throws PAOSException {
94 throw new PAOSException(
106 * @throws PAOSException if there are any parsing error because the
109 public PAOSHeader(String paosHeaderString) throws PAOSException {
115 throw new PAOSException(
124 private void parse() throws PAOSException {
129 throw new PAOSException(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/
H A DPAOSException.java25 * $Id: PAOSException.java,v 1.3 2008/06/25 05:47:19 qcheng Exp $
35 * The <code>PAOSException</code> class represents a error while
40 public class PAOSException extends L10NMessageImpl { class in inherits:L10NMessageImpl
43 * Constructs a new <code>PAOSException</code> without a nested
56 public PAOSException(String rbName, String errorCode, Object[] args) { method in class:PAOSException
61 * Constructs a new <code>PAOSException</code> with the given
68 public PAOSException(String message) { method in class:PAOSException
73 * Constructs an <code>PAOSException</code> with given
79 public PAOSException(Throwable t) { method in class:PAOSException
H A DPAOSResponse.java59 * @throws PAOSException if <code>PAOSResponse</code> cannot be created.
62 String actor) throws PAOSException {
75 * @throws PAOSException if <code>PAOSResponse</code> cannot be created.
77 public PAOSResponse(Element element) throws PAOSException {
85 * @throws PAOSException if <code>PAOSResponse</code> cannot be created.
87 public PAOSResponse(String xmlString) throws PAOSException {
91 throw new PAOSException(
157 * @exception PAOSException if it could not create String object
159 public String toXMLString() throws PAOSException {
170 * @exception PAOSException ,i
[all...]
H A DPAOSRequest.java61 * @throws PAOSException if <code>PAOSRequest</code> cannot be created.
65 throws PAOSException {
80 * @throws PAOSException if <code>PAOSRequest</code> cannot be created.
82 public PAOSRequest(Element element) throws PAOSException {
90 * @throws PAOSException if <code>PAOSRequest</code> cannot be created.
92 public PAOSRequest(String xmlString) throws PAOSException {
96 throw new PAOSException(
204 * @exception PAOSException if it could not create String object
206 public String toXMLString() throws PAOSException {
217 * @exception PAOSException ,i
[all...]
H A DPAOSHeader.java78 * @throws PAOSException if there are any parsing errors because
83 public PAOSHeader(HttpServletRequest req) throws PAOSException {
94 throw new PAOSException(
106 * @throws PAOSException if there are any parsing error because the
109 public PAOSHeader(String paosHeaderString) throws PAOSException {
115 throw new PAOSException(
124 private void parse() throws PAOSException {
129 throw new PAOSException(
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSSOFederate.java33 import com.sun.identity.liberty.ws.paos.PAOSException;
625 } catch (PAOSException paosex) {
710 } catch (PAOSException pex) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSSOFederate.java35 import com.sun.identity.liberty.ws.paos.PAOSException;
641 } catch (PAOSException paosex) {
726 } catch (PAOSException pex) {

Completed in 42 milliseconds