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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/authnsvc/
H A DAuthnSvcException.java25 * $Id: AuthnSvcException.java,v 1.2 2008/06/25 05:47:06 qcheng Exp $
43 public class AuthnSvcException extends L10NMessageImpl { class in inherits:L10NMessageImpl
46 * Create an <code>AuthnSvcException</code> with a message.
50 public AuthnSvcException(String s) { method in class:AuthnSvcException
59 public AuthnSvcException(Throwable t) { method in class:AuthnSvcException
65 * Constructs a new <code>AuthnSvcException</code> without a nested
78 public AuthnSvcException(String rbName, String errorCode, Object[] args) { method in class:AuthnSvcException
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/authnsvc/
H A DAuthnSvcException.java25 * $Id: AuthnSvcException.java,v 1.2 2008/06/25 05:47:06 qcheng Exp $
43 public class AuthnSvcException extends L10NMessageImpl { class in inherits:L10NMessageImpl
46 * Create an <code>AuthnSvcException</code> with a message.
50 public AuthnSvcException(String s) { method in class:AuthnSvcException
59 public AuthnSvcException(Throwable t) { method in class:AuthnSvcException
65 * Constructs a new <code>AuthnSvcException</code> without a nested
78 public AuthnSvcException(String rbName, String errorCode, Object[] args) { method in class:AuthnSvcException

Completed in 46 milliseconds