|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.iplanet.am.sdk.AMException
public class AMException
The AMException is thrown whenever an error is is encountered
while performing an operation on the data store.
| コンストラクタの概要 | |
|---|---|
AMException(SSOToken token,
String errorCode)
推奨されていません。 Convenience method (protected) |
|
AMException(SSOToken token,
String errorCode,
com.iplanet.ums.UMSException ue)
推奨されていません。 Constructs a new AMException with detailed message. |
|
AMException(String msg,
String errorCode)
推奨されていません。 Constructs a new AMException with detailed message. |
|
AMException(String msg,
String errorCode,
Object[] args)
推奨されていません。 Constructs a new AMException with detailed message. |
|
AMException(String msg,
String errorCode,
Object[] args,
com.iplanet.ums.UMSException ue)
推奨されていません。 Constructs a new AMException with detailed message. |
|
AMException(String msg,
String errorCode,
com.iplanet.ums.UMSException ue)
推奨されていません。 Constructs a new AMException with detailed message. |
|
| メソッドの概要 | |
|---|---|
String |
getErrorCode()
推奨されていません。 Returns the error code. |
String |
getL10NMessage(Locale locale)
推奨されていません。 Returns localized error message. |
String |
getLDAPErrorCode()
推奨されていません。 Method to obtain the LDAP error code. |
netscape.ldap.LDAPException |
getLDAPException()
推奨されていません。 Returns the root LDAPException of this
AMException, if any. |
String |
getMessage()
推奨されていません。 Overrides the default getMessage() method of super class
Exception. |
Object[] |
getMessageArgs()
推奨されていません。 Returns the arguments corresponding to the error code. |
String |
getResourceBundleName()
推奨されていません。 Returns ResourceBundle Name associated with this exception |
| コンストラクタの詳細 |
|---|
public AMException(String msg,
String errorCode)
AMException with detailed message.
msg - The detailed messageerrorCode - Matches the appropriate entry in
amProfile.properties.
public AMException(SSOToken token,
String errorCode)
public AMException(String msg,
String errorCode,
com.iplanet.ums.UMSException ue)
AMException with detailed message.
msg - The detailed message.errorCode - Matches the appropriate entry in
amProfile.properties.ue - if the root cause is a UMSException.
public AMException(SSOToken token,
String errorCode,
com.iplanet.ums.UMSException ue)
AMException 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 AMException(String msg,
String errorCode,
Object[] args)
AMException with detailed message.
msg - The detailed message.errorCode - Matches the appropriate entry in
amProfile.properties.args - arguments if the error message needs specific values to be
set.
public AMException(String msg,
String errorCode,
Object[] args,
com.iplanet.ums.UMSException ue)
AMException 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.| メソッドの詳細 |
|---|
public String getErrorCode()
public Object[] getMessageArgs()
public String getMessage()
getMessage() method of super class
Exception.
Throwable 内の getMessagepublic String getLDAPErrorCode()
public netscape.ldap.LDAPException getLDAPException()
LDAPException of this
AMException, if any.
LDAPException that caused this
AMException. If null, it means no root
LDAPException has been set.public String getL10NMessage(Locale locale)
locale - locale of the error message.
public String getResourceBundleName()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||