/**@class java.lang.IllegalAccessException
@extends java.lang.ReflectiveOperationException

 Thrown when a program attempts to access a field or method which is not
 accessible from the location where the reference is made.
*/
var IllegalAccessException = {


};