com.iplanet.am.sdk
Class AMInvalidDNException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.iplanet.am.sdk.AMException
                    |
                    +--com.iplanet.am.sdk.AMInvalidDNException
All Implemented Interfaces:
com.sun.identity.common.L10NMessage, java.io.Serializable

public class AMInvalidDNException
extends AMException

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

See Also:
Serialized Form

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, getL10NMessage, getLDAPErrorCode, getLDAPException, getMessage, getMessageArgs, getResourceBundleName
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AMInvalidDNException

public AMInvalidDNException(java.lang.String msg,
                            java.lang.String errorCode)
Constructs a new AMException with detailed message.
Parameters:
msg - The detailed message
errorCode - Matches the appropriate entry in amProfile.properties.

AMInvalidDNException

public AMInvalidDNException(java.lang.String msg,
                            java.lang.String errorCode,
                            java.lang.Object[] args)
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


Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.