|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.identity.shared.locale.L10NMessageImpl
com.sun.identity.plugin.datastore.DataStoreProviderException
public class DataStoreProviderException
This class is to handle DataStoreProvider related exceptions.
| コンストラクタの概要 | |
|---|---|
DataStoreProviderException(Exception ex)
Constructs a DataStoreProviderException with an exception. |
|
DataStoreProviderException(String message)
Constructs a DataStoreProviderException with a detailed
message. |
|
DataStoreProviderException(String rbName,
String errorCode,
Object[] args)
Constructs a new DataStoreProviderException without a nested
Throwable. |
|
DataStoreProviderException(Throwable rootCause)
Constructs a DataStoreProviderException with
an embedded exception. |
|
| コンストラクタの詳細 |
|---|
public DataStoreProviderException(String message)
DataStoreProviderException with a detailed
message.
message - Detailed message for this exception.public DataStoreProviderException(Throwable rootCause)
DataStoreProviderException with
an embedded exception.
rootCause - An embedded exceptionpublic DataStoreProviderException(Exception ex)
DataStoreProviderException with an exception.
ex - an exception
public DataStoreProviderException(String rbName,
String errorCode,
Object[] args)
DataStoreProviderException without a nested
Throwable.
rbName - Resource Bundle Name to be used for getting
localized error message.errorCode - Key to resource bundle. You can use
ResourceBundle rb = ResourceBunde.getBundle (rbName,locale); String localizedStr = rb.getString(errorCode);
args - arguments to message. If it is not present pass them
as null
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||