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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSSignatureException.java25 * $Id: FSSignatureException.java,v 1.2 2008/06/25 05:47:05 qcheng Exp $
36 public class FSSignatureException extends FSException { class in inherits:FSException
43 public FSSignatureException(String errorCode, Object[] args) { method in class:FSSignatureException
49 * Creates a <code>FSSignatureException</code> with a message.
52 public FSSignatureException (String s) { method in class:FSSignatureException
57 * Constructs a <code>FSSignatureException</code> with a message and
63 public FSSignatureException (Throwable rootCause, String s) { method in class:FSSignatureException
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSSignatureException.java25 * $Id: FSSignatureException.java,v 1.2 2008/06/25 05:47:05 qcheng Exp $
36 public class FSSignatureException extends FSException { class in inherits:FSException
43 public FSSignatureException(String errorCode, Object[] args) { method in class:FSSignatureException
49 * Creates a <code>FSSignatureException</code> with a message.
52 public FSSignatureException (String s) { method in class:FSSignatureException
57 * Constructs a <code>FSSignatureException</code> with a message and
63 public FSSignatureException (Throwable rootCause, String s) { method in class:FSSignatureException

Completed in 33 milliseconds