Documentation  › java.lang  › IllegalAccessException
 
 


  IllegalAccessException
  public

  Inherits From:   Exception : Throwable : Object
  Conforms To:   none
  Declared In:   java.lang


Exception Description
 
An IllegalAccessException is thrown when an application tries to reflectively create an instance (other than an array), set or get a field, or invoke a method, but the currently executing method does not have access to the definition of the specified class, field, method or constructor.


Class Variables
 
None declared in this exception.


Instance Variables
 
None declared in this exception.


Constructors
 
IllegalAccessException
public IllegalAccessException( )

Constructs an IllegalAccessException without a detail message.


IllegalAccessException
public IllegalAccessException( String s )

Constructs an IllegalAccessException with a detail message.


Class Methods
 
None declared in this exception.


Instance Methods
 
None declared in this exception.


Known Subclasses
 
None.



 
 
  dydoc
  3/10/05