com.iplanet.am.sdk
クラス AMInvalidDNException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 com.iplanet.am.sdk.AMException
              上位を拡張 com.iplanet.am.sdk.AMInvalidDNException

推奨されていません。 As of Sun Java System Access Manager 7.1.

public class AMInvalidDNException
extends AMException

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
 

コンストラクタの詳細

AMInvalidDNException

public AMInvalidDNException(String msg,
                            String errorCode)
推奨されていません。 
Constructs a new AMException with detailed message.

パラメータ:
msg - The detailed message
errorCode - Matches the appropriate entry in amProfile.properties.

AMInvalidDNException

protected AMInvalidDNException(String msg,
                               String errorCode,
                               com.iplanet.ums.UMSException ue)
推奨されていません。 
Constructs a new AMException with detailed message.


AMInvalidDNException

public AMInvalidDNException(String msg,
                            String errorCode,
                            Object[] args)
推奨されていません。 
Constructs a new AMException with detailed message.

パラメータ:
msg - The detailed message
errorCode - Matches the appropriate entry in amProfile.properties.
args - Array of arguments to replace in the error message

AMInvalidDNException

protected AMInvalidDNException(String msg,
                               String errorCode,
                               Object[] args,
                               com.iplanet.ums.UMSException ue)
推奨されていません。 
Constructs a new AMException with detailed message.