com.ibm.itim.remoteservices.exception
Class MultipleEntriesFoundException

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.MultipleEntriesFoundException
All Implemented Interfaces:
java.io.Serializable

public class MultipleEntriesFoundException
extends RemoteServicesException

Exception indicating that a situation occurred in a search where only one entry was expected to be found but the search in fact found multiple results.

Typically occurs in event notification, when the specified service name does not result in a unique match.

See Also:
Serialized Form

Constructor Summary
MultipleEntriesFoundException(java.lang.String error)
          Constructor that accepts an error string.
 
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

MultipleEntriesFoundException

public MultipleEntriesFoundException(java.lang.String error)
Constructor that accepts an error string.

Parameters:
error - 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.