Searched defs:FSException (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 DFSException.java25 * $Id: FSException.java,v 1.3 2008/06/25 05:46:40 qcheng Exp $
53 * unchecked exception (either FSException or RuntimeException).
61 * exceptions (FSException).
67 * An exception of type FSException can embed any
74 * FSException(message,Throwable)
82 * FSException should probably be thrown only by external API's.
94 * Steps for creating FSException Sub-classes and messages
105 * 3. Create a sub-class of FSException and override the constructors.
107 * public class FSAccountManagementException extends FSException {
124 * FSException u
161 public class FSException extends L10NMessageImpl { class in inherits:L10NMessageImpl
183 public FSException(String rbName, String errorCode, Object[] args) { method in class:FSException
192 public FSException(String errorCode, Object[] args) { method in class:FSException
202 public FSException(String errorCode, Object[] args, Throwable rootCause) { method in class:FSException
214 public FSException(String message) { method in class:FSException
226 public FSException(Throwable rootCause, String message) { method in class:FSException
238 public FSException(Exception ex) { method in class:FSException
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DFSException.java25 * $Id: FSException.java,v 1.3 2008/06/25 05:46:40 qcheng Exp $
53 * unchecked exception (either FSException or RuntimeException).
61 * exceptions (FSException).
67 * An exception of type FSException can embed any
74 * FSException(message,Throwable)
82 * FSException should probably be thrown only by external API's.
94 * Steps for creating FSException Sub-classes and messages
105 * 3. Create a sub-class of FSException and override the constructors.
107 * public class FSAccountManagementException extends FSException {
124 * FSException u
161 public class FSException extends L10NMessageImpl { class in inherits:L10NMessageImpl
183 public FSException(String rbName, String errorCode, Object[] args) { method in class:FSException
192 public FSException(String errorCode, Object[] args) { method in class:FSException
202 public FSException(String errorCode, Object[] args, Throwable rootCause) { method in class:FSException
214 public FSException(String message) { method in class:FSException
226 public FSException(Throwable rootCause, String message) { method in class:FSException
238 public FSException(Exception ex) { method in class:FSException
[all...]

Completed in 38 milliseconds