Searched refs:FSRemoteException (Results 1 - 8 of 8) 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
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManagerIF.java34 import com.sun.identity.federation.common.FSRemoteException;
49 * @exception FSRemoteException, RemoteException If an error occurred during
54 throws FSRemoteException, RemoteException;
61 * @exception FSRemoteException, RemoteException if error occurred.
64 throws FSRemoteException, RemoteException;
72 * @exception FSRemoteException,RemoteException if error occurred.
75 throws FSRemoteException, RemoteException;
84 throws FSRemoteException, RemoteException;
H A DFSAssertionManagerImpl.java32 import com.sun.identity.federation.common.FSRemoteException;
66 * @exception FSRemoteException, RemoteException If an error occurred during * the process
70 throws FSRemoteException
93 throw new FSRemoteException(e.getMessage());
102 * @exception FSRemoteException if error occurred.
105 throws FSRemoteException
120 throw new FSRemoteException(e.getMessage());
130 * @exception FSRemoteException,RemoteException if error occurred.
133 throws FSRemoteException
157 throw new FSRemoteException(
[all...]
H A DFSAssertionManagerClient.java34 import com.sun.identity.federation.common.FSRemoteException;
223 } catch (FSRemoteException re) {
275 } catch (FSRemoteException re) {
315 } catch (FSRemoteException re) {
356 } catch (FSRemoteException re) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManagerIF.java34 import com.sun.identity.federation.common.FSRemoteException;
49 * @exception FSRemoteException, RemoteException If an error occurred during
54 throws FSRemoteException, RemoteException;
61 * @exception FSRemoteException, RemoteException if error occurred.
64 throws FSRemoteException, RemoteException;
72 * @exception FSRemoteException,RemoteException if error occurred.
75 throws FSRemoteException, RemoteException;
84 throws FSRemoteException, RemoteException;
H A DFSAssertionManagerImpl.java32 import com.sun.identity.federation.common.FSRemoteException;
66 * @exception FSRemoteException, RemoteException If an error occurred during * the process
70 throws FSRemoteException
93 throw new FSRemoteException(e.getMessage());
102 * @exception FSRemoteException if error occurred.
105 throws FSRemoteException
120 throw new FSRemoteException(e.getMessage());
130 * @exception FSRemoteException,RemoteException if error occurred.
133 throws FSRemoteException
157 throw new FSRemoteException(
[all...]
H A DFSAssertionManagerClient.java34 import com.sun.identity.federation.common.FSRemoteException;
223 } catch (FSRemoteException re) {
275 } catch (FSRemoteException re) {
315 } catch (FSRemoteException re) {
356 } catch (FSRemoteException re) {

Completed in 43 milliseconds