|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.iplanet.am.sdk.AMException
com.iplanet.am.sdk.AMPreCallBackException
public class AMPreCallBackException
AMPreCallBackException is a subclass of
AMException which is used by all implementations of
AMCallback. This exception should be thrown by the
callback plugins in case they want to abort the operation
being performed by SDK. This helps distinguish a pre-callback
exception from normal SDK exceptions and can be handled differently by any
applications, if they wish to.
| コンストラクタの概要 | |
|---|---|
AMPreCallBackException(SSOToken token,
String errorCode)
推奨されていません。 Constructs a new AMPreCallBackException with detailed
message. |
|
AMPreCallBackException(SSOToken token,
String errorCode,
com.iplanet.ums.UMSException ue)
推奨されていません。 Constructs a new AMPreCallBackException with detailed
message. |
|
AMPreCallBackException(String msg,
String errorCode)
推奨されていません。 Constructs a new AMPreCallBackException with detailed
message. |
|
AMPreCallBackException(String msg,
String errorCode,
Object[] args)
推奨されていません。 Constructs a new AMPreCallBackException with detailed
message. |
|
AMPreCallBackException(String msg,
String errorCode,
Object[] args,
com.iplanet.ums.UMSException ue)
推奨されていません。 Constructs a new AMPreCallBackException with detailed
message. |
|
AMPreCallBackException(String msg,
String errorCode,
com.iplanet.ums.UMSException ue)
推奨されていません。 Constructs a new AMPreCallBackException with detailed
message. |
|
| メソッドの概要 |
|---|
| クラス com.iplanet.am.sdk.AMException から継承されたメソッド |
|---|
getErrorCode, getL10NMessage, getLDAPErrorCode, getLDAPException, getMessage, getMessageArgs, getResourceBundleName |
| コンストラクタの詳細 |
|---|
public AMPreCallBackException(String msg,
String errorCode)
AMPreCallBackException with detailed
message.
msg - The detailed messageerrorCode - Matches the appropriate entry in
amProfile.properties.
public AMPreCallBackException(SSOToken token,
String errorCode)
AMPreCallBackException with detailed
message.
token - A valid SSO token of the user performing the operationerrorCode - Matches the appropriate entry in
amProfile.properties.
public AMPreCallBackException(String msg,
String errorCode,
com.iplanet.ums.UMSException ue)
AMPreCallBackException with detailed
message.
msg - The detailed messageerrorCode - Matches the appropriate entry in
amProfile.properties.ue - if the root cause is a UMSException.
public AMPreCallBackException(SSOToken token,
String errorCode,
com.iplanet.ums.UMSException ue)
AMPreCallBackException 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 cause is a UMSException.
public AMPreCallBackException(String msg,
String errorCode,
Object[] args)
AMPreCallBackException 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.
public AMPreCallBackException(String msg,
String errorCode,
Object[] args,
com.iplanet.ums.UMSException ue)
AMPreCallBackException with detailed
message.
msg - The detailed messageerrorCode - Matches the appropriate entry in
amProfile.properties.args - if the error message needs specific values to be set.ue - if the root cause is a UMSException.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||