Searched defs:FSPostLoginException (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 DFSPostLoginException.java25 * $Id: FSPostLoginException.java,v 1.3 2008/11/10 22:56:57 veiming Exp $
34 * The {@link FSPostLoginException} is used to specify an exception
41 public class FSPostLoginException extends FSException { class in inherits:FSException
49 public FSPostLoginException(String errorCode, Object[] args) { method in class:FSPostLoginException
54 * Creates <code>FSPostLoginException</code> object.
58 public FSPostLoginException(String msg) { method in class:FSPostLoginException
67 public FSPostLoginException(Throwable t, String msg) { method in class:FSPostLoginException
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/login/
H A DFSPostLoginException.java25 * $Id: FSPostLoginException.java,v 1.3 2008/11/10 22:56:57 veiming Exp $
34 * The {@link FSPostLoginException} is used to specify an exception
41 public class FSPostLoginException extends FSException { class in inherits:FSException
49 public FSPostLoginException(String errorCode, Object[] args) { method in class:FSPostLoginException
54 * Creates <code>FSPostLoginException</code> object.
58 public FSPostLoginException(String msg) { method in class:FSPostLoginException
67 public FSPostLoginException(Throwable t, String msg) { method in class:FSPostLoginException

Completed in 35 milliseconds