com.sun.identity.federation.common
Class FederationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.identity.federation.common.FederationException

public class FederationException
extends 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(String message)
          Constructs a FederationException with a detailed message.
 

Constructor Detail

FederationException

public FederationException(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.