Searched refs:FederationException (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DFederationException.java25 * $Id: FederationException.java,v 1.2 2008/06/25 05:46:41 qcheng Exp $
37 public class FederationException extends java.lang.Exception { class in inherits:java.lang.Exception
40 * Constructs a FederationException with a detailed message.
45 public FederationException(String message) { method in class:FederationException
50 * Constructs a FederationException with no details.
52 public FederationException() { method in class:FederationException
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DFederationException.java25 * $Id: FederationException.java,v 1.2 2008/06/25 05:46:41 qcheng Exp $
37 public class FederationException extends java.lang.Exception { class in inherits:java.lang.Exception
40 * Constructs a FederationException with a detailed message.
45 public FederationException(String message) { method in class:FederationException
50 * Constructs a FederationException with no details.
52 public FederationException() { method in class:FederationException
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/plugins/
H A DFederationSPAdapter.java31 import com.sun.identity.federation.common.FederationException;
192 * @exception FederationException if user want to fail the process.
201 throws FederationException;
217 * @exception FederationException if user want to fail the process.
227 throws FederationException;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/plugins/
H A DFederationSPAdapter.java31 import com.sun.identity.federation.common.FederationException;
192 * @exception FederationException if user want to fail the process.
201 throws FederationException;
217 * @exception FederationException if user want to fail the process.
227 throws FederationException;
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/federation/plugins/
H A DFSDefaultSPAdapter.java37 import com.sun.identity.federation.common.FederationException;
155 * @exception FederationException if user want to fail the process.
164 throws FederationException {
181 * @exception FederationException if user want to fail the process.
192 ) throws FederationException {
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/federation/plugins/
H A DFSDefaultSPAdapter.java37 import com.sun.identity.federation.common.FederationException;
155 * @exception FederationException if user want to fail the process.
164 throws FederationException {
181 * @exception FederationException if user want to fail the process.
192 ) throws FederationException {

Completed in 35 milliseconds