|
||||||||||
| 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
The AMInvalidDNException is thrown to indicate that an
invalid DN was used.
| Constructor Summary | |
AMInvalidDNException(java.lang.String msg,
java.lang.String errorCode)
Deprecated. Constructs a new AMException with detailed message. |
|
AMInvalidDNException(java.lang.String msg,
java.lang.String errorCode,
java.lang.Object[] args)
Deprecated. Constructs a new AMException with detailed message. |
|
| 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 AMInvalidDNException(java.lang.String msg,
java.lang.String errorCode)
AMException with detailed message.
msg - The detailed messageerrorCode - Matches the appropriate entry in
amProfile.properties.
public AMInvalidDNException(java.lang.String msg,
java.lang.String errorCode,
java.lang.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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||