All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.server.realm.InUseException

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

public class InUseException
extends Exception
Exception thrown when attempting to delete an object, such as a user or group, which is in use as part of the realm's security policy. For example, a user which is a member of some group, or is listed in an ACL, may not be deleted. Similarly, a group which is a mentioned in an ACL, or some other group, may not be deleted.


Constructor Index

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

Constructors

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

Parameters:
info - describes the problem

All Packages  Class Hierarchy  This Package  Previous  Next  Index