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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/common/
H A DXACMLException.java25 * $Id: XACMLException.java,v 1.2 2008/06/25 05:48:10 qcheng Exp $
40 public class XACMLException extends SAML2Exception { class in inherits:SAML2Exception
44 * Constructs a new <code>XACMLException</code> with the given
51 public XACMLException(String message) { method in class:XACMLException
56 * Constructs an <code>XACMLException</code> with given
62 public XACMLException(Throwable t) { method in class:XACMLException
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/common/
H A DXACMLException.java25 * $Id: XACMLException.java,v 1.2 2008/06/25 05:48:10 qcheng Exp $
40 public class XACMLException extends SAML2Exception { class in inherits:SAML2Exception
44 * Constructs a new <code>XACMLException</code> with the given
51 public XACMLException(String message) { method in class:XACMLException
56 * Constructs an <code>XACMLException</code> with given
62 public XACMLException(Throwable t) { method in class:XACMLException

Completed in 65 milliseconds