com.iplanet.am.sdk
Class AMInvalidDNException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.iplanet.am.sdk.AMException
              extended by com.iplanet.am.sdk.AMInvalidDNException

Deprecated. As of Sun Java System Access Manager 7.1.

public class AMInvalidDNException
extends AMException

The AMInvalidDNException is thrown to indicate that an invalid DN was used.

See Also:
Serialized Form

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

AMInvalidDNException

public AMInvalidDNException(String msg,
                            String errorCode)
Deprecated. 
Constructs a new AMException with detailed message.

Parameters:
msg - The detailed message
errorCode - Matches the appropriate entry in amProfile.properties.

AMInvalidDNException

protected AMInvalidDNException(String msg,
                               String errorCode,
                               com.iplanet.ums.UMSException ue)
Deprecated. 
Constructs a new AMException with detailed message.


AMInvalidDNException

public AMInvalidDNException(String msg,
                            String errorCode,
                            Object[] args)
Deprecated. 
Constructs a new AMException with detailed message.

Parameters:
msg - The detailed message
errorCode - Matches the appropriate entry in amProfile.properties.
args - Array of arguments to replace in the error message

AMInvalidDNException

protected AMInvalidDNException(String msg,
                               String errorCode,
                               Object[] args,
                               com.iplanet.ums.UMSException ue)
Deprecated. 
Constructs a new AMException with detailed message.