Packages This Package Prev Next Index
public  class  java.lang.IllegalAccessException
    extends  java.lang.Exception  (I-§1.30)
{
        // Constructors
    public IllegalAccessException();	§1.31.1
    public IllegalAccessException(String  s);	§1.31.2
}
Thrown when an application tries to load in a class through its string name using 
An instance of this class can also be thrown when an application tries to create an instance of a class using the newInstance method(I-§1.3.7) in class Class, but the current method does not have access to the appropriate zero-argument constructor.
public IllegalAccessException()
public IllegalAccessException(String  s)
s
- the detail message
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)