oracle.ldap.util
Class NoSuchGroupException

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

public class NoSuchGroupException
extends UtilException

This exception is thrown when the Group object can not be resolved because the group does not exist in the directory

See Also:
Serialized Form

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

NoSuchGroupException

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

NoSuchGroupException

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