Searched refs:FSPostLoginException (Results 1 - 8 of 8) 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
H A DFSPostLogin.java125 } catch (FSPostLoginException fsexp) {
167 } catch (FSPostLoginException fsexp) {
293 * @exception FSPostLoginException on error.
296 throws FSPostLoginException
309 * @exception FSPostLoginException on error.
312 throws FSPostLoginException
347 throw new FSPostLoginException(
359 * @exception FSPostLoginException on error.
363 throws FSPostLoginException
423 * @exception FSPostLoginException o
[all...]
H A DFSConsentHandler.java81 } catch (FSPostLoginException fsPostExp) {
H A DFSFederationHandler.java119 } catch (FSPostLoginException fsPostExp) {
/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
H A DFSPostLogin.java125 } catch (FSPostLoginException fsexp) {
167 } catch (FSPostLoginException fsexp) {
293 * @exception FSPostLoginException on error.
296 throws FSPostLoginException
309 * @exception FSPostLoginException on error.
312 throws FSPostLoginException
347 throw new FSPostLoginException(
359 * @exception FSPostLoginException on error.
363 throws FSPostLoginException
423 * @exception FSPostLoginException o
[all...]
H A DFSConsentHandler.java81 } catch (FSPostLoginException fsPostExp) {
H A DFSFederationHandler.java119 } catch (FSPostLoginException fsPostExp) {

Completed in 33 milliseconds