|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.identity.shared.locale.L10NMessageImpl
com.iplanet.sso.SSOException
public class SSOException
This SSOException is thrown when there are single sign on token
operation error.
| コンストラクタの概要 | |
|---|---|
SSOException(String msg)
Constructs a SSOException with a detail message. |
|
SSOException(String bundleName,
String errCode,
Object[] args)
Constructs a SSOException with a detailed localizable error
message. |
|
SSOException(Throwable t)
Constructs a SSOException with a specified throwable cause
and detailed message. |
|
| メソッドの概要 | |
|---|---|
String |
getL10NMessage()
Returns the localized message for this exception. |
| コンストラクタの詳細 |
|---|
public SSOException(String msg)
SSOException with a detail message.
msg - The message provided by the object that is throwing the
exception.
public SSOException(String bundleName,
String errCode,
Object[] args)
SSOException with a detailed localizable error
message.
bundleName - Resource Bundle Name to be used for getting
localized error message.errCode - Key to resource bundle. You can use
ResourceBundle rb = ResourceBunde.getBundle (rbName,locale); String localizedStr = rb.getString(errorCode)
args - Arguments to message. If arguments to the message are not
present, pass null.public SSOException(Throwable t)
SSOException with a specified throwable cause
and detailed message.
t - The Throwable object provided by the object that is
throwing the exception.| メソッドの詳細 |
|---|
public String getL10NMessage()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||