com.sun.identity.federation.common
Class FederationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.identity.federation.common.FederationException
All Implemented Interfaces:
java.io.Serializable

public class FederationException
extends java.lang.Exception

This class is the public exception class that Federation Manager exposes.

See Also:
Serialized Form

Constructor Summary
FederationException()
          Constructs a FederationException with no details.
FederationException(java.lang.String message)
          Constructs a FederationException with a detailed message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FederationException

public FederationException(java.lang.String message)
Constructs a FederationException with a detailed message.

Parameters:
message - Detailed message for this exception.

FederationException

public FederationException()
Constructs a FederationException with no details.



Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.