com.ibm.itim.remoteservices.exception
Class InvalidDNAttributeValueException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.itim.exception.ITIMException
                    |
                    +--com.ibm.itim.remoteservices.exception.RemoteServicesException
                          |
                          +--com.ibm.itim.remoteservices.exception.InvalidDNAttributeValueException
All Implemented Interfaces:
java.io.Serializable

public class InvalidDNAttributeValueException
extends RemoteServicesException

Exception thrown by remote services during person add or modify, if the 'Organizational Roles' or 'Supervisor' attribute value specified for the person is refrencing (by Name or DN) a nonexistent role or person entity or is having an invalid DN synatx.

See Also:
Serialized Form

Constructor Summary
InvalidDNAttributeValueException(java.lang.String message)
          Constructor to pass an error message.
 
Methods inherited from class com.ibm.itim.remoteservices.exception.RemoteServicesException
getErrorMessageArgs, getXMLFormattedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class com.ibm.itim.exception.ITIMException
getLocalizedMessage, getMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, toXML
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidDNAttributeValueException

public InvalidDNAttributeValueException(java.lang.String message)
Constructor to pass an error message.

Parameters:
message - Error string.


IBM Tivoli Identity Manager 4.6
© Copyright International Business Machines Corporation 2005. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.