All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.server.realm.NoSuchGroupException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.sun.server.realm.NoSuchGroupException

public class NoSuchGroupException
extends Exception
Exception thrown when an operation is requested on a group which does not exist.


Constructor Index

 o NoSuchGroupException(String)
Constructs the exception, with descriptive information.

Constructors

 o NoSuchGroupException
 public NoSuchGroupException(String info)
Constructs the exception, with descriptive information.

Parameters:
info - describes the group which does not exist

All Packages  Class Hierarchy  This Package  Previous  Next  Index