|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
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.
| コンストラクタの概要 | |
|---|---|
FSMsgException(String s)
Constructor |
|
FSMsgException(String errorCode,
Object[] args)
Constructor |
|
FSMsgException(String errorCode,
Object[] args,
Throwable rootCause)
Constructor |
|
FSMsgException(Throwable rootCause,
String s)
Constructor |
|
| コンストラクタの詳細 |
|---|
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.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||