|
|||||||
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.NoSuchGroupException
This exception is thrown when the Group object can not be resolved because the group does not exist in the directory
Constructor Summary | |
NoSuchGroupException()
Constructs a NoSuchGroupException with no detail
message. |
|
NoSuchGroupException(java.lang.String s)
Constructs a NoSuchGroupException 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 NoSuchGroupException()
NoSuchGroupException
with no detail
message.public NoSuchGroupException(java.lang.String s)
NoSuchGroupException
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 |