Packages This Package Prev Next Index
public class java.lang.IllegalAccessError extends java.lang.IncompatibleClassChangeError (I-§1.50) { // Constructors public IllegalAccessError(); §1.49.1 public IllegalAccessError(String s); §1.49.2 }Thrown if an application attempts to access or modify a field, or to call a method that it does not have access to.
public IllegalAccessError()
public IllegalAccessError(String s)
s
-
the detail message
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)