|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--oracle.ldap.util.UtilException | +--oracle.ldap.util.MultipleUserException
This exception is thrown when multiple user of the same ID is encountered under the subscriber user search base.
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 |
public MultipleUserException()
MultipleUserException
with no detail
message.public MultipleUserException(java.lang.String s)
MultipleUserException
with the
specified detail message.s
- the detail message.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |