Searched defs:SAML2Exception (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Exception.java25 * $Id: SAML2Exception.java,v 1.3 2008/06/25 05:47:45 qcheng Exp $
41 public class SAML2Exception extends L10NMessageImpl { class in inherits:L10NMessageImpl
49 * Constructs a new <code>SAML2Exception</code> without a nested
62 public SAML2Exception(String rbName, String errorCode, Object[] args) { method in class:SAML2Exception
67 * Constructs a new <code>SAML2Exception</code> with the given
74 public SAML2Exception(String message) { method in class:SAML2Exception
79 * Constructs an <code>SAML2Exception</code> with given
85 public SAML2Exception(Throwable t) { method in class:SAML2Exception
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Exception.java25 * $Id: SAML2Exception.java,v 1.3 2008/06/25 05:47:45 qcheng Exp $
41 public class SAML2Exception extends L10NMessageImpl { class in inherits:L10NMessageImpl
49 * Constructs a new <code>SAML2Exception</code> without a nested
62 public SAML2Exception(String rbName, String errorCode, Object[] args) { method in class:SAML2Exception
67 * Constructs a new <code>SAML2Exception</code> with the given
74 public SAML2Exception(String message) { method in class:SAML2Exception
79 * Constructs an <code>SAML2Exception</code> with given
85 public SAML2Exception(Throwable t) { method in class:SAML2Exception

Completed in 27 milliseconds