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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLResponderException.java25 * $Id: SAMLResponderException.java,v 1.2 2008/06/25 05:47:34 qcheng Exp $
38 public class SAMLResponderException extends SAMLException { class in inherits:SAMLException
41 * Constructs an <code>SAMLResponderException</code> with a message.
45 public SAMLResponderException(String s) { method in class:SAMLResponderException
50 * Constructs an <code>SAMLResponderException</code> with given
56 public SAMLResponderException(Throwable t) { method in class:SAMLResponderException
61 * Constructs a new <code>SAMLResponderException</code> without a nested
74 public SAMLResponderException(String rbName, method in class:SAMLResponderException
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLResponderException.java25 * $Id: SAMLResponderException.java,v 1.2 2008/06/25 05:47:34 qcheng Exp $
38 public class SAMLResponderException extends SAMLException { class in inherits:SAMLException
41 * Constructs an <code>SAMLResponderException</code> with a message.
45 public SAMLResponderException(String s) { method in class:SAMLResponderException
50 * Constructs an <code>SAMLResponderException</code> with given
56 public SAMLResponderException(Throwable t) { method in class:SAMLResponderException
61 * Constructs a new <code>SAMLResponderException</code> without a nested
74 public SAMLResponderException(String rbName, method in class:SAMLResponderException

Completed in 30 milliseconds