com.sun.identity.federation.message.common
Class FSMsgException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.identity.shared.locale.L10NMessageImpl
              extended by com.sun.identity.federation.common.FSException
                  extended by com.sun.identity.federation.message.common.FSMsgException

public class FSMsgException
extends FSException

This exception is thrown when there are failures during the federation of an identity.

See Also:
Serialized Form

Constructor Summary
FSMsgException(String s)
          Constructor
FSMsgException(String errorCode, Object[] args)
          Constructor
FSMsgException(String errorCode, Object[] args, Throwable rootCause)
          Constructor
FSMsgException(Throwable rootCause, String s)
          Constructor
 

Constructor Detail

FSMsgException

public FSMsgException(String errorCode,
                      Object[] args)
Constructor

Parameters:
errorCode - Key of the error message in resource bundle.
args - Arguments to the message.

FSMsgException

public FSMsgException(String errorCode,
                      Object[] args,
                      Throwable rootCause)
Constructor

Parameters:
errorCode - Key of the error message in resource bundle.
args - Arguments to the message.
rootCause - An embedded exception

FSMsgException

public FSMsgException(Throwable rootCause,
                      String s)
Constructor

Parameters:
rootCause - An embedded exception
s - the exception message.

FSMsgException

public FSMsgException(String s)
Constructor

Parameters:
s - the exception message.