public class AMInvalidDNException extends AMException
AMInvalidDNException
is thrown to indicate that an invalid
DN was used.Modifier | Constructor and Description |
---|---|
|
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,
UMSException ue)
Deprecated.
Constructs a new
AMException with detailed message. |
protected |
AMInvalidDNException(String msg,
String errorCode,
UMSException ue)
Deprecated.
Constructs a new
AMException with detailed message. |
getErrorCode, getL10NMessage, getLDAPErrorCode, getLDAPException, getMessage, getMessageArgs, getResourceBundleName
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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, 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 messageprotected AMInvalidDNException(String msg, String errorCode, Object[] args, UMSException ue)
AMException
with detailed message.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.