oracle.ldap.util
Class MultipleUserException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.ldap.util.UtilException
                    |
                    +--oracle.ldap.util.MultipleUserException
All Implemented Interfaces:
java.io.Serializable

public class MultipleUserException
extends UtilException

This exception is thrown when multiple user of the same ID is encountered under the subscriber user search base.

See Also:
Serialized Form

Constructor Summary
MultipleUserException()
          Constructs a MultipleUserException with no detail message.
MultipleUserException(java.lang.String s)
          Constructs a MultipleUserException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultipleUserException

public MultipleUserException()
Constructs a MultipleUserException with no detail message.

MultipleUserException

public MultipleUserException(java.lang.String s)
Constructs a MultipleUserException with the specified detail message.
Parameters:
s - the detail message.