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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DFSMsgException.java25 * $Id: FSMsgException.java,v 1.2 2008/06/25 05:46:47 qcheng Exp $
41 public class FSMsgException extends FSException { class in inherits:FSException
48 public FSMsgException(String errorCode, Object[] args) { method in class:FSMsgException
59 public FSMsgException(String errorCode,Object[] args,Throwable rootCause) { method in class:FSMsgException
69 public FSMsgException(Throwable rootCause,String s) { method in class:FSMsgException
78 public FSMsgException(String s) { method in class:FSMsgException
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DFSMsgException.java25 * $Id: FSMsgException.java,v 1.2 2008/06/25 05:46:47 qcheng Exp $
41 public class FSMsgException extends FSException { class in inherits:FSException
48 public FSMsgException(String errorCode, Object[] args) { method in class:FSMsgException
59 public FSMsgException(String errorCode,Object[] args,Throwable rootCause) { method in class:FSMsgException
69 public FSMsgException(Throwable rootCause,String s) { method in class:FSMsgException
78 public FSMsgException(String s) { method in class:FSMsgException

Completed in 27 milliseconds