Searched refs:FSPreLoginException (Results 1 - 4 of 4) 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
H A DFSPreLogin.java227 * @exception FSPreLoginException on error.
231 throws FSPreLoginException
251 throw new FSPreLoginException(
283 throw new FSPreLoginException(
304 throw new FSPreLoginException(
309 throw new FSPreLoginException("Prelogin exception");
437 * @exception FSPreLoginException on error.
443 throws FSPreLoginException
519 throw new FSPreLoginException("FSPreLogin::FSLoginHelperException");
714 } catch (FSPreLoginException preLoginEx
[all...]
/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
H A DFSPreLogin.java227 * @exception FSPreLoginException on error.
231 throws FSPreLoginException
251 throw new FSPreLoginException(
283 throw new FSPreLoginException(
304 throw new FSPreLoginException(
309 throw new FSPreLoginException("Prelogin exception");
437 * @exception FSPreLoginException on error.
443 throws FSPreLoginException
519 throw new FSPreLoginException("FSPreLogin::FSLoginHelperException");
714 } catch (FSPreLoginException preLoginEx
[all...]

Completed in 35 milliseconds