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

/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...]

Completed in 58 milliseconds