com.iplanet.am.sdk
クラス AMPostCallBackException

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

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

public class AMPostCallBackException
extends AMException

AMPostCallBackException is a subclass of AMException which is used by all implementations of AMCallback. This exception should be thrown by the callback plugins in the post callback methods called by SDK. This helps distinguish a post-callback exception from normal SDK exceptions and can be handled differently by any applications using the SDK, if they wish to.

関連項目:
直列化された形式

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

コンストラクタの詳細

AMPostCallBackException

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

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

AMPostCallBackException

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

パラメータ:
token - A valid single sign on token of the user performing the operation.
errorCode - error code.

AMPostCallBackException

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

パラメータ:
msg - The detailed message.
errorCode - Matches the appropriate entry in amProfile.properties.
ue - if the root case is a UMSException

AMPostCallBackException

public AMPostCallBackException(SSOToken token,
                               String errorCode,
                               com.iplanet.ums.UMSException ue)
推奨されていません。 
Constructs a new AMPostCallBackException with detailed message.

パラメータ:
token - a valid single sign on token of the user performing the operation.
errorCode - Matches the appropriate entry in amProfile.properties.
ue - if the root case is a UMSException

AMPostCallBackException

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

パラメータ:
msg - The detailed message.
errorCode - Matches the appropriate entry in amProfile.properties.
args - if the error message needs specific values to be set

AMPostCallBackException

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

パラメータ:
msg - The detailed message.
errorCode - Matches the appropriate entry in amProfile.properties.
args - if the error message needs specific values to be set
ue - if the root case is a UMSException