Searched defs:FSRemoteException (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 DFSRemoteException.java25 * $Id: FSRemoteException.java,v 1.2 2008/06/25 05:46:40 qcheng Exp $
37 public class FSRemoteException extends Exception { class in inherits:Exception
39 * Creates an <code>FSRemoteException</code> with no message.
41 public FSRemoteException () { method in class:FSRemoteException
46 * Creates an <code>FSRemoteException</code> with a message.
50 public FSRemoteException (String s) { method in class:FSRemoteException
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DFSRemoteException.java25 * $Id: FSRemoteException.java,v 1.2 2008/06/25 05:46:40 qcheng Exp $
37 public class FSRemoteException extends Exception { class in inherits:Exception
39 * Creates an <code>FSRemoteException</code> with no message.
41 public FSRemoteException () { method in class:FSRemoteException
46 * Creates an <code>FSRemoteException</code> with a message.
50 public FSRemoteException (String s) { method in class:FSRemoteException

Completed in 31 milliseconds