|
|||||||||
| 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.AMInvalidDNException
public class AMInvalidDNException
The AMInvalidDNException is thrown to indicate that an invalid
DN was used.
| Constructor Summary | |
|---|---|
|
AMInvalidDNException(String msg,
String errorCode)
Deprecated. Constructs a new AMException with detailed message. |
|
AMInvalidDNException(String msg,
String errorCode,
Object[] args)
Deprecated. Constructs a new AMException with detailed message. |
protected |
AMInvalidDNException(String msg,
String errorCode,
Object[] args,
com.iplanet.ums.UMSException ue)
Deprecated. Constructs a new AMException with detailed message. |
protected |
AMInvalidDNException(String msg,
String errorCode,
com.iplanet.ums.UMSException ue)
Deprecated. Constructs a new AMException with detailed message. |
| Method Summary |
|---|
| Methods inherited from class com.iplanet.am.sdk.AMException |
|---|
getErrorCode, getL10NMessage, getLDAPErrorCode, getLDAPException, getMessage, getMessageArgs, getResourceBundleName |
| Constructor Detail |
|---|
public AMInvalidDNException(String msg,
String errorCode)
AMException with detailed message.
msg - The detailed messageerrorCode - Matches the appropriate entry in
amProfile.properties.
protected AMInvalidDNException(String msg,
String errorCode,
com.iplanet.ums.UMSException ue)
AMException with detailed message.
public AMInvalidDNException(String msg,
String errorCode,
Object[] args)
AMException with detailed message.
msg - The detailed messageerrorCode - Matches the appropriate entry in
amProfile.properties.args - Array of arguments to replace in the error message
protected AMInvalidDNException(String msg,
String errorCode,
Object[] args,
com.iplanet.ums.UMSException ue)
AMException with detailed message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||