All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.server.realm.BadAclException

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

public class BadAclException
extends BadRealmException
Exception thrown when an Access Control List (ACL) is found to be corrupted for some reason. This is a special case of a realm data structure being corrupted.


Constructor Index

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

Constructors

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

Parameters:
info - describes the problem with the ACL

All Packages  Class Hierarchy  This Package  Previous  Next  Index