Class java.lang.IllegalAccessException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.lang.IllegalAccessException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.IllegalAccessException

public class IllegalAccessException
extends Exception
Signals that a particular method could not be found.

Constructor Index

 o IllegalAccessException()
Constructs a IllegalAccessException without a detail message.
 o IllegalAccessException(String)
Constructs a IllegalAccessException with a detail message.

Constructors

 o IllegalAccessException
  public IllegalAccessException()
Constructs a IllegalAccessException without a detail message. A detail message is a String that describes this particular exception.
 o IllegalAccessException
  public IllegalAccessException(String s)
Constructs a IllegalAccessException with a detail message. A detail message is a String that describes this particular exception.
Parameters:
s - the detail message

All Packages  Class Hierarchy  This Package  Previous  Next  Index