com.ibm.itim.remoteservices.exception

Class 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 Detail

      • MultipleEntriesFoundException

        public MultipleEntriesFoundException(java.lang.String error)
        Constructor that accepts an error string.
        Parameters:
        error - Error string.