com.iplanet.am.sdk
クラス AMEntryExistsException

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

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

public class AMEntryExistsException
extends AMException

This AMEntryExistsException is a specific typed exception used to indicate an error encountered because the entry already existing in the Directory. This class is a subclass of the AMException class.

関連項目:
Exception, Throwable, AMException, 直列化された形式

コンストラクタの概要
AMEntryExistsException(SSOToken token, String errorCode)
          推奨されていません。 Protected constructor for convenience.
AMEntryExistsException(SSOToken token, String errorCode, com.iplanet.ums.UMSException ue)
          推奨されていません。 Protected constructor for convenience.
AMEntryExistsException(String msg, String errorCode)
          推奨されていません。 Constructs a new AMEntryExistsException with detailed message.
AMEntryExistsException(String msg, String errorCode, Object[] args)
          推奨されていません。 Constructs a new AMException with detailed message.
AMEntryExistsException(String msg, String errorCode, Object[] args, com.iplanet.ums.UMSException ue)
          推奨されていません。 Constructs a new AMException with detailed message.
AMEntryExistsException(String msg, String errorCode, com.iplanet.ums.UMSException ue)
          推奨されていません。 Protected constructor for convenience.
 
メソッドの概要
 
クラス com.iplanet.am.sdk.AMException から継承されたメソッド
getErrorCode, getL10NMessage, getLDAPErrorCode, getLDAPException, getMessage, getMessageArgs, getResourceBundleName
 

コンストラクタの詳細

AMEntryExistsException

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

パラメータ:
msg - The detailed message
errorCode - Error code that matches the appropriate entry in amProfile.properties.

AMEntryExistsException

public AMEntryExistsException(SSOToken token,
                              String errorCode)
推奨されていません。 
Protected constructor for convenience.

パラメータ:
token - Single Sign On Token.
errorCode - Error code that matches the appropriate entry in amProfile.properties.

AMEntryExistsException

public AMEntryExistsException(String msg,
                              String errorCode,
                              com.iplanet.ums.UMSException ue)
推奨されていません。 
Protected constructor for convenience.

パラメータ:
msg - The detailed message.
errorCode - Error code that matches the appropriate entry in amProfile.properties.
ue - UMSException root cause exception.

AMEntryExistsException

public AMEntryExistsException(SSOToken token,
                              String errorCode,
                              com.iplanet.ums.UMSException ue)
推奨されていません。 
Protected constructor for convenience.

パラメータ:
token - Single Sign On Token.
errorCode - Error code that matches the appropriate entry in amProfile.properties.
ue - UMSException root cause exception.

AMEntryExistsException

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

パラメータ:
msg - The detailed message.
errorCode - Error code that matches the appropriate entry in amProfile.properties.
args - Array of arguments to be applied in the message.

AMEntryExistsException

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

パラメータ:
msg - The detailed message.
errorCode - Error code that matches the appropriate entry in amProfile.properties.
args - Array of arguments to be applied in the message.
ue - UMSException root cause exception.