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

java.lang.Object
  extended byFSException
      extended bycom.sun.identity.federation.message.common.FSMsgException

public class FSMsgException
extends FSException

This class FSMsgException represents an exception during federation XML message parsing.

See Also:
Serialized Form

Constructor Summary
FSMsgException(java.lang.String s)
          Constructor
FSMsgException(java.lang.String errorCode, java.lang.Object[] args)
          Constructor
FSMsgException(java.lang.String errorCode, java.lang.Object[] args, java.lang.Throwable rootCause)
          Constructor
FSMsgException(java.lang.Throwable rootCause, java.lang.String s)
          Constructor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSMsgException

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

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

FSMsgException

public FSMsgException(java.lang.String errorCode,
                      java.lang.Object[] args,
                      java.lang.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(java.lang.Throwable rootCause,
                      java.lang.String s)
Constructor

Parameters:
rootCause - An embedded exception
s - exception message

FSMsgException

public FSMsgException(java.lang.String s)
Constructor

Parameters:
s - exception message


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