|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.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)
Constructs a new AMException with detailed message. |
|
AMInvalidDNException(java.lang.String msg,
java.lang.String errorCode,
java.lang.Object[] args)
Constructs a new AMException with detailed message. |
Methods inherited from class com.iplanet.am.sdk.AMException |
getErrorCode, getLDAPErrorCode, getLDAPException, getMessage, getMessageArgs |
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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |