|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.identity.shared.locale.L10NMessageImpl
com.sun.identity.federation.common.FSException
com.sun.identity.federation.message.common.FSMsgException
public class FSMsgException
This exception is thrown when there are failures during the federation of an identity.
| 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 |
|---|
public FSMsgException(String errorCode,
Object[] args)
errorCode - Key of the error message in resource bundle.args - Arguments to the message.
public FSMsgException(String errorCode,
Object[] args,
Throwable rootCause)
errorCode - Key of the error message in resource bundle.args - Arguments to the message.rootCause - An embedded exception
public FSMsgException(Throwable rootCause,
String s)
rootCause - An embedded exceptions - the exception message.public FSMsgException(String s)
s - the exception message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||