com.sun.identity.federation.common
Class FSRemoteException

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

public class FSRemoteException
extends Exception

This class is an extension point for IDFF related exceptions.

See Also:
Serialized Form

Constructor Summary
FSRemoteException()
          Creates an FSRemoteException with no message.
FSRemoteException(String s)
          Creates an FSRemoteException with a message.
 

Constructor Detail

FSRemoteException

public FSRemoteException()
Creates an FSRemoteException with no message.


FSRemoteException

public FSRemoteException(String s)
Creates an FSRemoteException with a message.

Parameters:
s - exception message.