Searched refs:FSRedirectException (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSIDPProxy.java33 import com.sun.identity.federation.common.FSRedirectException;
55 * @exception FSRedirectException if redirect was done
64 ) throws FSRedirectException;
H A DFSRealmIDPProxy.java33 import com.sun.identity.federation.common.FSRedirectException;
56 * @exception FSRedirectException if redirect was done
64 ) throws FSRedirectException;
H A DFSIDPProxyImpl.java40 import com.sun.identity.federation.common.FSRedirectException;
67 * @exception FSRedirectException if redirect was done
74 throws FSRedirectException
106 throw new FSRedirectException(FSUtils.bundle.getString(
H A DFSRealmIDPProxyImpl.java40 import com.sun.identity.federation.common.FSRedirectException;
66 * @exception FSRedirectException if redirect was done
74 throws FSRedirectException
108 throw new FSRedirectException(FSUtils.bundle.getString(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSIDPProxy.java33 import com.sun.identity.federation.common.FSRedirectException;
55 * @exception FSRedirectException if redirect was done
64 ) throws FSRedirectException;
H A DFSRealmIDPProxy.java33 import com.sun.identity.federation.common.FSRedirectException;
56 * @exception FSRedirectException if redirect was done
64 ) throws FSRedirectException;
H A DFSIDPProxyImpl.java40 import com.sun.identity.federation.common.FSRedirectException;
67 * @exception FSRedirectException if redirect was done
74 throws FSRedirectException
106 throw new FSRedirectException(FSUtils.bundle.getString(
H A DFSRealmIDPProxyImpl.java40 import com.sun.identity.federation.common.FSRedirectException;
66 * @exception FSRedirectException if redirect was done
74 throws FSRedirectException
108 throw new FSRedirectException(FSUtils.bundle.getString(
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DFSRedirectException.java25 * $Id: FSRedirectException.java,v 1.2 2008/06/25 05:46:40 qcheng Exp $
58 * unchecked exception (either FSRedirectException or RuntimeException).
66 * exceptions (FSRedirectException).
72 * An exception of type FSRedirectException can embed any
78 * tier. To ensure tracking info, the constructor FSRedirectException(
86 * FSRedirectException should probably be thrown only by external API's.
98 * Steps for creating FSRedirectException Sub-classes and messages
109 * 3. Create a sub-class of FSRedirectException and override the constructors.
111 * public class FSAccountManagementException extends FSRedirectException {
128 * FSRedirectException u
171 public class FSRedirectException extends L10NMessageImpl { class in inherits:L10NMessageImpl
181 public FSRedirectException(String errorCode, Object[] args) { method in class:FSRedirectException
192 public FSRedirectException(String errorCode, Object[] args, method in class:FSRedirectException
206 public FSRedirectException(String message) { method in class:FSRedirectException
220 public FSRedirectException(Throwable rootCause, String message) { method in class:FSRedirectException
233 public FSRedirectException(Exception ex) { method in class:FSRedirectException
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DFSRedirectException.java25 * $Id: FSRedirectException.java,v 1.2 2008/06/25 05:46:40 qcheng Exp $
58 * unchecked exception (either FSRedirectException or RuntimeException).
66 * exceptions (FSRedirectException).
72 * An exception of type FSRedirectException can embed any
78 * tier. To ensure tracking info, the constructor FSRedirectException(
86 * FSRedirectException should probably be thrown only by external API's.
98 * Steps for creating FSRedirectException Sub-classes and messages
109 * 3. Create a sub-class of FSRedirectException and override the constructors.
111 * public class FSAccountManagementException extends FSRedirectException {
128 * FSRedirectException u
171 public class FSRedirectException extends L10NMessageImpl { class in inherits:L10NMessageImpl
181 public FSRedirectException(String errorCode, Object[] args) { method in class:FSRedirectException
192 public FSRedirectException(String errorCode, Object[] args, method in class:FSRedirectException
206 public FSRedirectException(String message) { method in class:FSRedirectException
220 public FSRedirectException(Throwable rootCause, String message) { method in class:FSRedirectException
233 public FSRedirectException(Exception ex) { method in class:FSRedirectException
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSIDPFinderService.java38 import com.sun.identity.federation.common.FSRedirectException;
116 } catch (FSRedirectException fe) {
214 * @exception FSRedirectException for the redirection.
223 ) throws FSRedirectException, IOException
316 throw new FSRedirectException(FSUtils.bundle.getString(
H A DFSSSOAndFedHandler.java60 import com.sun.identity.federation.common.FSRedirectException;
411 } catch (FSRedirectException re) {
1585 throws FSRedirectException
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSIDPFinderService.java38 import com.sun.identity.federation.common.FSRedirectException;
116 } catch (FSRedirectException fe) {
214 * @exception FSRedirectException for the redirection.
223 ) throws FSRedirectException, IOException
316 throw new FSRedirectException(FSUtils.bundle.getString(
H A DFSSSOAndFedHandler.java60 import com.sun.identity.federation.common.FSRedirectException;
411 } catch (FSRedirectException re) {
1585 throws FSRedirectException

Completed in 44 milliseconds