|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.iplanet.am.sdk.AMException
com.iplanet.am.sdk.AMInvalidDNException
public class AMInvalidDNException
The AMInvalidDNException is thrown to indicate that an invalid
DN was used.
| コンストラクタの概要 | |
|---|---|
|
AMInvalidDNException(String msg,
String errorCode)
推奨されていません。 Constructs a new AMException with detailed message. |
|
AMInvalidDNException(String msg,
String errorCode,
Object[] args)
推奨されていません。 Constructs a new AMException with detailed message. |
protected |
AMInvalidDNException(String msg,
String errorCode,
Object[] args,
com.iplanet.ums.UMSException ue)
推奨されていません。 Constructs a new AMException with detailed message. |
protected |
AMInvalidDNException(String msg,
String errorCode,
com.iplanet.ums.UMSException ue)
推奨されていません。 Constructs a new AMException with detailed message. |
| メソッドの概要 |
|---|
| クラス com.iplanet.am.sdk.AMException から継承されたメソッド |
|---|
getErrorCode, getL10NMessage, getLDAPErrorCode, getLDAPException, getMessage, getMessageArgs, getResourceBundleName |
| コンストラクタの詳細 |
|---|
public AMInvalidDNException(String msg,
String errorCode)
AMException with detailed message.
msg - The detailed messageerrorCode - Matches the appropriate entry in
amProfile.properties.
protected AMInvalidDNException(String msg,
String errorCode,
com.iplanet.ums.UMSException ue)
AMException with detailed message.
public AMInvalidDNException(String msg,
String errorCode,
Object[] args)
AMException with detailed message.
msg - The detailed messageerrorCode - Matches the appropriate entry in
amProfile.properties.args - Array of arguments to replace in the error message
protected AMInvalidDNException(String msg,
String errorCode,
Object[] args,
com.iplanet.ums.UMSException ue)
AMException with detailed message.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||