|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.iplanet.am.sdk.AMException
com.iplanet.am.sdk.AMEntryExistsException
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,
Serialized Form| Constructor Summary | |
AMEntryExistsException(SSOToken token,
java.lang.String errorCode)
Deprecated. Protected constructor for convenience. |
|
AMEntryExistsException(SSOToken token,
java.lang.String errorCode,
com.iplanet.ums.UMSException ue)
Deprecated. Protected constructor for convenience. |
|
AMEntryExistsException(java.lang.String msg,
java.lang.String errorCode)
Deprecated. Constructs a new AMEntryExistsException with detailed
message. |
|
AMEntryExistsException(java.lang.String msg,
java.lang.String errorCode,
java.lang.Object[] args)
Deprecated. Constructs a new AMException with detailed message. |
|
AMEntryExistsException(java.lang.String msg,
java.lang.String errorCode,
java.lang.Object[] args,
com.iplanet.ums.UMSException ue)
Deprecated. Constructs a new AMException with detailed message. |
|
AMEntryExistsException(java.lang.String msg,
java.lang.String errorCode,
com.iplanet.ums.UMSException ue)
Deprecated. Protected constructor for convenience. |
|
| Methods inherited from class com.iplanet.am.sdk.AMException |
getErrorCode, getL10NMessage, getLDAPErrorCode, getLDAPException, getMessage, getMessageArgs, getResourceBundleName |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AMEntryExistsException(java.lang.String msg,
java.lang.String errorCode)
AMEntryExistsException with detailed
message.
msg - The detailed messageerrorCode - Error code that matches the appropriate entry in
amProfile.properties.
public AMEntryExistsException(SSOToken token,
java.lang.String errorCode)
token - Single Sign On Token.errorCode - Error code that matches the appropriate entry in
amProfile.properties.
public AMEntryExistsException(java.lang.String msg,
java.lang.String errorCode,
com.iplanet.ums.UMSException ue)
msg - The detailed message.errorCode - Error code that matches the appropriate entry in
amProfile.properties.ue - UMSException root cause exception.
public AMEntryExistsException(SSOToken token,
java.lang.String errorCode,
com.iplanet.ums.UMSException ue)
token - Single Sign On Token.errorCode - Error code that matches the appropriate entry in
amProfile.properties.ue - UMSException root cause exception.
public AMEntryExistsException(java.lang.String msg,
java.lang.String errorCode,
java.lang.Object[] args)
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.
public AMEntryExistsException(java.lang.String msg,
java.lang.String errorCode,
java.lang.Object[] args,
com.iplanet.ums.UMSException ue)
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||