All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.server.realm.NoSuchAclException

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

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


Constructor Index

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

Constructors

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

Parameters:
info - describes the ACL which does not exist

All Packages  Class Hierarchy  This Package  Previous  Next  Index