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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/login/
H A DFSPreLoginException.java25 * $Id: FSPreLoginException.java,v 1.3 2008/11/10 22:56:57 veiming Exp $
34 * The {@link FSPreLoginException} is used to specify an exception
39 public class FSPreLoginException extends FSException { class in inherits:FSException
42 * Creates <code>FSPreLoginException</code> object.
46 public FSPreLoginException(String errorCode, Object[] args) { method in class:FSPreLoginException
51 * Creates <code>FSPreLoginException</code> object.
55 public FSPreLoginException(String msg) { method in class:FSPreLoginException
60 * Creates <code>FSPreLoginException</code> object.
65 public FSPreLoginException(Throwable t, String msg) { method in class:FSPreLoginException
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/login/
H A DFSPreLoginException.java25 * $Id: FSPreLoginException.java,v 1.3 2008/11/10 22:56:57 veiming Exp $
34 * The {@link FSPreLoginException} is used to specify an exception
39 public class FSPreLoginException extends FSException { class in inherits:FSException
42 * Creates <code>FSPreLoginException</code> object.
46 public FSPreLoginException(String errorCode, Object[] args) { method in class:FSPreLoginException
51 * Creates <code>FSPreLoginException</code> object.
55 public FSPreLoginException(String msg) { method in class:FSPreLoginException
60 * Creates <code>FSPreLoginException</code> object.
65 public FSPreLoginException(Throwable t, String msg) { method in class:FSPreLoginException

Completed in 46 milliseconds